Build fix for OW regarding & operator needing full class specs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-06-01 10:57:11 +00:00
parent 3aa077cebc
commit 3f26ef3142
2 changed files with 2 additions and 4 deletions

View 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

View 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