]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/choice.cpp
fixes #10358
[wxWidgets.git] / src / osx / carbon / choice.cpp
index 00eb309d38a003469133c1884f4eb59c7236fbbc..182d21f3e16ee09511f2c7f73342234f5363d64f 100644 (file)
@@ -36,7 +36,7 @@ public :
         wxMacControl::SetValue( v + 1 );
     }
     
-    wxInt32 GetValue()
+    wxInt32 GetValue() const
     {
         return wxMacControl::GetValue() - 1;
     }