Non-PCH build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: quantize.h
|
||||
// Name: wx/quantize.h
|
||||
// Purpose: wxQuantizer class
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
@@ -12,6 +12,8 @@
|
||||
#ifndef _WX_QUANTIZE_H_
|
||||
#define _WX_QUANTIZE_H_
|
||||
|
||||
#include "wx/object.h"
|
||||
|
||||
/*
|
||||
* From jquant2.c
|
||||
*
|
||||
@@ -21,6 +23,7 @@
|
||||
*/
|
||||
|
||||
class WXDLLEXPORT wxImage;
|
||||
class WXDLLEXPORT wxPalette;
|
||||
|
||||
/*
|
||||
* wxQuantize
|
||||
@@ -71,4 +74,3 @@ DECLARE_DYNAMIC_CLASS(wxQuantize)
|
||||
|
||||
#endif
|
||||
// _WX_QUANTIZE_H_
|
||||
|
||||
|
Reference in New Issue
Block a user