1 // This may look like C code, but it's really -*- C++ -*-
2 /*
3  * Copyright (C) 2008 Emweb bv, Herent, Belgium.
4  *
5  * See the LICENSE file for terms of use.
6  */
7 #include <Wt/Chart/WChartPalette.h>
8 
9 namespace Wt {
10   namespace Chart {
11 
~WChartPalette()12 WChartPalette::~WChartPalette()
13 { }
14 
15   }
16 }
17