]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobox.h
make access for virtuals match base
[wxWidgets.git] / include / wx / gtk / radiobox.h
index 1cfd1762407659a43c366a051c37c1691087f5af..1e6bfefd0fca33a4b845c5b9b0175e9eb744126c 100644 (file)
@@ -142,6 +142,8 @@ public:
     wxRadioBoxButtonsInfoList   m_buttonsInfo;
 
 protected:
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
 #if wxUSE_TOOLTIPS
     virtual void DoSetItemToolTip(unsigned int n, wxToolTip *tooltip);
 #endif