]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
Do not put semicolons after the definition of an inline function.
[wxWidgets.git] / include / wx / msw / radiobox.h
index e6e1c1ae1060f335e982691ced7bb2da9af7e23f..2edf86df4f2ba161ba70e5848309baeee6c8a5a2 100644 (file)
@@ -163,6 +163,8 @@ protected:
     virtual WXHRGN MSWGetRegionWithoutChildren();
 #endif // __WXWINCE__
 
+    // resolve ambiguity in base classes
+    virtual wxBorder GetDefaultBorder() const { return wxRadioBoxBase::GetDefaultBorder(); }
 
     // the buttons we contain
     wxSubwindows *m_radioButtons;