]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bitmap.h
remove extraneous class scope qualifier
[wxWidgets.git] / include / wx / gtk / bitmap.h
index ac0581bd40e2d381faee5eaf332dee368dd0bdfe..c1eee5ca50c06f141538c3402b4477605a6e8f05 100644 (file)
@@ -57,7 +57,7 @@ public:
 #ifdef wxNEEDS_CHARPP
     // needed for old GCC
     wxBitmap(char** data)
-    { *this = wxBitmap(wx_const_cast(const char* const*, data)); }
+    { *this = wxBitmap(const_cast<const char* const*>(data)); }
 #endif
     wxBitmap( const wxString &filename, wxBitmapType type = wxBITMAP_DEFAULT_TYPE );
 #if wxUSE_IMAGE