]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/caret.h
1. implemented wxRegKey::Copy() and CopyValue()
[wxWidgets.git] / include / wx / msw / caret.h
index c42da02842f40175746bb8b98a918304a96a2d22..29c00938e91aee9e7db34c12ff81ce80bba5120d 100644 (file)
@@ -31,7 +31,7 @@ public:
         // same as above
     wxCaret(wxWindowBase *window, const wxSize& size)
     {
-        wxCaretBase::Init();
+        Init();
 
         (void)Create(window, size);
     }
@@ -52,6 +52,7 @@ protected:
     virtual void DoMove();
     virtual void DoShow();
     virtual void DoHide();
+    virtual void DoSize();
 
     // helper function which creates the system caret
     bool MSWCreateCaret();