]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/statbmp.cpp
remove incorrect cast of wxString to char* (unnecessary and breaks wxUSE_STL build)
[wxWidgets.git] / src / gtk1 / statbmp.cpp
index 03a0f9682a46ef1a3cf210d14babbc9500b87c78..afd002c187b3db8b09e371475d335d10565974e1 100644 (file)
@@ -74,7 +74,7 @@ void wxStaticBitmap::SetBitmap( const wxBitmap &bitmap )
 
     if (m_bitmap.Ok())
     {
-        GdkBitmap *mask = (GdkBitmap *) NULL;
+        GdkBitmap *mask = NULL;
         if (m_bitmap.GetMask())
             mask = m_bitmap.GetMask()->GetBitmap();