]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/statbmp.cpp
fixed private member access problem
[wxWidgets.git] / src / gtk1 / statbmp.cpp
index 9b8d050d61614781f0033f60dfd58442b305791f..5a35eb61565f12b6f801d9b29f3f263d8993c089 100644 (file)
@@ -26,14 +26,14 @@ wxStaticBitmap::wxStaticBitmap(void)
 
 wxStaticBitmap::wxStaticBitmap( wxWindow *parent, wxWindowID id, const wxBitmap &bitmap, 
       const wxPoint &pos, const wxSize &size, 
-      const long style, const wxString &name )
+      long style, const wxString &name )
 {
   Create( parent, id, bitmap, pos, size, style, name );
 };
 
 bool wxStaticBitmap::Create( wxWindow *parent, wxWindowID id, const wxBitmap &bitmap, 
       const wxPoint &pos, const wxSize &size, 
-      const long style, const wxString &name )
+      long style, const wxString &name )
 {
   m_needParent = TRUE;