]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinctrl.h
restore previous encoding, changed for error to UTF8
[wxWidgets.git] / include / wx / msw / spinctrl.h
index cf94fe18a3edb9407310cc93d72aa65f9748c368..94f78810a1700e8ddffcb56bb660fcca64285dad 100644 (file)
@@ -73,6 +73,8 @@ public:
     virtual bool Enable(bool enable = true);
     virtual bool Show(bool show = true);
 
+    virtual bool Reparent(wxWindowBase *newParent);
+
     // wxSpinButton doesn't accept focus, but we do
     virtual bool AcceptsFocus() const { return wxWindow::AcceptsFocus(); }