]> git.saurik.com Git - wxWidgets.git/commitdiff
fix incomplete change in previous commit
authorPaul Cornett <paulcor@bullseye.com>
Fri, 26 May 2006 16:44:49 +0000 (16:44 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Fri, 26 May 2006 16:44:49 +0000 (16:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gdicmn.h

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