From d7363643153581c9b8869697403715d6840189a3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 22 Jun 1998 21:53:24 +0000 Subject: [PATCH] now compiles with USE_XPM_IN_MSW on git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/bitmap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/msw/bitmap.h b/include/wx/msw/bitmap.h index e7919e482e..650d75c4d4 100644 --- a/include/wx/msw/bitmap.h +++ b/include/wx/msw/bitmap.h @@ -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 -- 2.45.2