fix incomplete change in previous commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-05-26 16:44:49 +00:00
parent bd2903e1c3
commit ed32fb5b21

View File

@@ -20,7 +20,6 @@
#include "wx/list.h" #include "wx/list.h"
#include "wx/string.h" #include "wx/string.h"
#include "wx/fontenc.h" #include "wx/fontenc.h"
#include "wx/hashmap.h"
#include "wx/math.h" #include "wx/math.h"
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
@@ -37,6 +36,7 @@ class WXDLLIMPEXP_CORE wxPalette;
class WXDLLIMPEXP_CORE wxPen; class WXDLLIMPEXP_CORE wxPen;
class WXDLLIMPEXP_CORE wxRegion; class WXDLLIMPEXP_CORE wxRegion;
class WXDLLIMPEXP_BASE wxString; class WXDLLIMPEXP_BASE wxString;
class wxStringToColourHashMap;
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// constants // constants
@@ -494,8 +494,6 @@ public:
#endif #endif
}; };
WX_DECLARE_STRING_HASH_MAP( wxColour *, wxStringToColourHashMap );
class WXDLLEXPORT wxColourDatabase class WXDLLEXPORT wxColourDatabase
{ {
public: public: