]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
Smartphone menus.
[wxWidgets.git] / include / wx / image.h
index 778de2940492e5a152d923f4ecb1a35cd19d69bb..91217cd6669a1f70df2ebdc3f0020f59f9566d0c 100644 (file)
@@ -198,7 +198,7 @@ public:
     unsigned char GetBlue( int x, int y ) const;
 
     void SetAlpha(int x, int y, unsigned char alpha);
-    unsigned char GetAlpha(int x, int y);
+    unsigned char GetAlpha(int x, int y) const;
 
     // find first colour that is not used in the image and has higher
     // RGB values than <startR,startG,startB>