]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bitmap.h
another compilation fix
[wxWidgets.git] / include / wx / gtk / bitmap.h
index 5096d3b8b56a3e430260c6a33b464b118b6949d9..41959d5ba6326fd0095af719e661f5e7244088be 100644 (file)
@@ -70,8 +70,8 @@ public:
     wxBitmap( const wxString &filename, int type = wxBITMAP_TYPE_XPM );
     ~wxBitmap();
     wxBitmap& operator = ( const wxBitmap& bmp );
-    bool operator == ( const wxBitmap& bmp );
-    bool operator != ( const wxBitmap& bmp );
+    bool operator == ( const wxBitmap& bmp ) const;
+    bool operator != ( const wxBitmap& bmp ) const;
     bool Ok() const;
 
     bool Create(int width, int height, int depth = -1);