]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/caret.h
Added __WXMAC_OSX__ guards around the CFRunLoop calls, CFRunLoop not available on...
[wxWidgets.git] / include / wx / caret.h
index 16caa514d81e9146183013a8bf5ec5e857be43f5..ed761aacc3b2cd46273dcdb059ea903c15bfdd1f 100644 (file)
@@ -61,6 +61,9 @@ public:
         (void)Create(window, size);
     }
 
+    // a virtual dtor has been provided since this class has virtual members
+    virtual ~wxCaretBase() { }
+
     // Create() functions - same as ctor but returns the success code
     // --------------------------------------------------------------