]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix for raw bitmaps (can't include wx/rawbmp.h from wx/bitmap.h as the...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Feb 2005 17:14:19 +0000 (17:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Feb 2005 17:14:19 +0000 (17:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/bitmap.h
include/wx/gtk1/bitmap.h

index 135805a5ae587e468d16fe818ba7f12d70290f7d..2c8c37975ade2945b6f1ce1e94388deae7a31900 100644 (file)
 #include "wx/string.h"
 #include "wx/palette.h"
 #include "wx/gdiobj.h"
-#include "wx/rawbmp.h"
 
 #ifdef __WXGTK20__
 typedef struct _GdkPixbuf GdkPixbuf;
 #endif
 
+class WXDLLEXPORT wxPixelDataBase;
+
 //-----------------------------------------------------------------------------
 // classes
 //-----------------------------------------------------------------------------
index 135805a5ae587e468d16fe818ba7f12d70290f7d..2c8c37975ade2945b6f1ce1e94388deae7a31900 100644 (file)
 #include "wx/string.h"
 #include "wx/palette.h"
 #include "wx/gdiobj.h"
-#include "wx/rawbmp.h"
 
 #ifdef __WXGTK20__
 typedef struct _GdkPixbuf GdkPixbuf;
 #endif
 
+class WXDLLEXPORT wxPixelDataBase;
+
 //-----------------------------------------------------------------------------
 // classes
 //-----------------------------------------------------------------------------