From: Paul Cornett Date: Fri, 26 May 2006 16:44:49 +0000 (+0000) Subject: fix incomplete change in previous commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ed32fb5b2114b2c00e1e1de253cd466c9e849d28 fix incomplete change in previous commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gdicmn.h b/include/wx/gdicmn.h index 3b7a206cb0..0c27e93a9b 100644 --- a/include/wx/gdicmn.h +++ b/include/wx/gdicmn.h @@ -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: