X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68379eaf0ae64d105f8244b1db83e793f7dd83b0..a9102b3671a45d116d781b0c8e90d2e9a84fbdcb:/include/wx/caret.h?ds=sidebyside diff --git a/include/wx/caret.h b/include/wx/caret.h index 16caa514d8..ed761aacc3 100644 --- a/include/wx/caret.h +++ b/include/wx/caret.h @@ -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 // --------------------------------------------------------------