X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68379eaf0ae64d105f8244b1db83e793f7dd83b0..6dc7c02c0ed6e9d2adbf53a38caf6cf2cfb4bd4f:/include/wx/caret.h 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 // --------------------------------------------------------------