]> git.saurik.com Git - wxWidgets.git/commitdiff
now compiles with USE_XPM_IN_MSW on
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Jun 1998 21:53:24 +0000 (21:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Jun 1998 21:53:24 +0000 (21:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/bitmap.h

index e7919e482e035e9cf1322806eb994d0d46e13dc7..650d75c4d490efcfe0d0b2faf460cf01d1288323 100644 (file)
@@ -131,6 +131,7 @@ public:
   wxBitmap(const char bits[], const int width, const int height, const int depth = 1);
 
 #if USE_XPM_IN_MSW
+  class wxItem;
   // Initialize with XPM data
   wxBitmap(const char **data, wxItem *anItem = NULL);
 #endif