]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/caret.h
no changes, just reformat, remove extraneous semicolons and inline keywords
[wxWidgets.git] / interface / wx / caret.h
index c967ee764a19775820df962fbd9a6a5f839697a9..637e305c94fbe15c848a2c25127515b61afbc83d 100644 (file)
@@ -81,7 +81,7 @@ public:
     /**
         Hides the caret, same as Show(@false).
     */
-    void Hide();
+    virtual void Hide();
 
     /**
         Returns @true if the caret was created successfully.
@@ -126,6 +126,6 @@ public:
         Shows or hides the caret. Notice that if the caret was hidden N times,
         it must be shown N times as well to reappear on the screen.
     */
-    void Show(bool show = true);
+    virtual void Show(bool show = true);
 };