]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
Compilation fix.
[wxWidgets.git] / include / wx / msw / radiobox.h
index 86a837aa9f1fa460c14b70bd2f1ba74a4229c274..c2c13ee7308d0be2ea06c4f2aa928b5fc38f24a1 100644 (file)
@@ -111,6 +111,8 @@ public:
     }
 #endif // wxUSE_HELP
 
+    virtual bool Reparent(wxWindowBase *newParent);
+
     // we inherit a version always returning false from wxStaticBox, override
     // it to behave normally
     virtual bool AcceptsFocus() const { return wxControl::AcceptsFocus(); }