]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
Simple wxBatteryPower API for the support in wxWinCE, wxPalmOS and any other mobile...
[wxWidgets.git] / include / wx / gtk / choice.h
index 70fea3819b4b8ff6a5081386a8f94f12d6ee9fe5..a00f8258723c5d10e932ccb0c10f721de613fb8d 100644 (file)
@@ -104,10 +104,12 @@ private:
     // allocate it if it's needed (hence using pointer)
     wxSortedArrayString *m_strings;
 
+public:
     // this circumvents a GTK+ 2.0 bug so that the selection is 
     // invalidated properly 
     int m_selection_hack;
-    
+
+private:
     DECLARE_DYNAMIC_CLASS(wxChoice)
 };