]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/choice.h
add const qualifiers
[wxWidgets.git] / interface / choice.h
index 42a813237ee1a7131f5f52bd017874400ec0123c..2661f638bd8580a65c8c5258a991b378fd143a21 100644 (file)
@@ -109,7 +109,7 @@ public:
         @remarks This is implemented for Motif only and always returns 1 for the
                  other platforms.
     */
-    int GetColumns();
+    int GetColumns() const;
 
     /**
         Unlike wxControlWithItems::GetSelection which only
@@ -122,7 +122,7 @@ public:
         wxControlWithItems::GetSelection itself behaved like
         this).
     */
-    int GetCurrentSelection();
+    int GetCurrentSelection() const;
 
     /**
         Sets the number of columns in this choice item.