]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/bitmap.h
added wxRTTI macros to stream classes (patch 1687073)
[wxWidgets.git] / include / wx / x11 / bitmap.h
index d18be63a4e8932babe076bca4ba5098de63e7ca4..84e7f3ebc08d856fa633eb3468efa55a5d0b741b 100644 (file)
@@ -74,7 +74,7 @@ public:
     wxBitmap( int width, int height, int depth = -1 );
     wxBitmap( const char bits[], int width, int height, int depth = 1 );
     wxBitmap( const char* const* bits );
-#if defined (__GNUC__) && __GNUC__ < 3
+#ifdef wxNEEDS_CHARPP
     // needed for old GCC
     wxBitmap(char** data)
     {