]> git.saurik.com Git - wxWidgets.git/commitdiff
Build fix for OW regarding & operator needing full class specs.
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 1 Jun 2006 10:57:11 +0000 (10:57 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 1 Jun 2006 10:57:11 +0000 (10:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/clrpickerg.h
include/wx/generic/fontpickerg.h

index 69f4a70e03e49dfdb0414b678b0662fa805b4d8b..16fe8413d5cb439636351ee99cd65759c5e58122 100644 (file)
@@ -13,8 +13,7 @@
 #define _WX_CLRPICKER_H_
 
 #include "wx/button.h"
-
-class WXDLLIMPEXP_CORE wxColourData;
+#include "wx/cmndata.h"
 
 //-----------------------------------------------------------------------------
 // wxGenericColourButton: a button which brings up a wxColourDialog
index a0ca64d3e583ce53771db71d5f211ba801063c77..ece82ba8bd8c2d67c64e0f64b01baa17fb33eadc 100644 (file)
@@ -13,8 +13,7 @@
 #define _WX_FONTPICKER_H_
 
 #include "wx/button.h"
-
-class WXDLLIMPEXP_CORE wxFontData;
+#include "wx/cmndata.h"
 
 //-----------------------------------------------------------------------------
 // wxGenericFontButton: a button which brings up a wxColourDialog