]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_radbx.h
fix the tests to pass with both gcc and msvc (2nd part of patch 1462778)
[wxWidgets.git] / include / wx / xrc / xh_radbx.h
index c68da5a3b4edd2e11ee84aaf571f1ff9a2a77fa4..ac1c14b1d7744ae08aa2556826931cfd17fcc200 100644 (file)
@@ -24,9 +24,14 @@ public:
     virtual bool CanHandle(wxXmlNode *node);
 private:
     bool m_insideBox;
-    wxArrayString strList;
+
+    // the items labels
+    wxArrayString labels;
+
+    // the items tooltips (some or all elements may be empty)
+    wxArrayString tooltips;
 };
 
-#endif
+#endif // wxUSE_RADIOBOX
 
 #endif // _WX_XH_RADBX_H_