]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/clrpicker.h
add const qualifiers
[wxWidgets.git] / interface / clrpicker.h
index 1aa9f3b80d34e0a81c551709c1e20c2ddcf81423..ba82dfa0cd0b6d5392a5dcc7f51d0ede1544805e 100644 (file)
@@ -85,7 +85,7 @@ public:
     /**
         Returns the currently selected colour.
     */
-    wxColour GetColour();
+    wxColour GetColour() const;
 
     //@{
     /**
@@ -122,7 +122,7 @@ public:
     /**
         Retrieve the colour the user has just selected.
     */
-    wxColour GetColour();
+    wxColour GetColour() const;
 
     /**
         Set the colour associated with the event.