/////////////////////////////////////////////////////////////////////////////
-// Name: quantize.h
+// Name: wx/quantize.h
// Purpose: wxQuantizer class
// Author: Julian Smart
// Modified by:
// Licence:
/////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_QUANTIZE_H_
+#define _WX_QUANTIZE_H_
+
+#include "wx/object.h"
+
/*
* From jquant2.c
*
* For conditions of distribution and use, see the accompanying README file.
*/
-#ifndef _WX_QUANTIZE_H_
-#define _WX_QUANTIZE_H_
-
-class WXDLLEXPORT wxImage;
+class WXDLLIMPEXP_FWD_CORE wxImage;
+class WXDLLIMPEXP_FWD_CORE wxPalette;
/*
* wxQuantize
//// Constructor
wxQuantize() {}
- ~wxQuantize() {}
+ virtual ~wxQuantize() {}
//// Operations
#endif
// _WX_QUANTIZE_H_
-