]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
more warning fixes about empty if statement in helper classes in release build
[wxWidgets.git] / include / wx / msw / textctrl.h
index 2202637d0342c08003db9e154f56d49681af2953..c12e9089bc572ea2ffd2d28a37229a29a20e8dd7 100644 (file)
@@ -31,7 +31,7 @@ public:
 
         Create(parent, id, value, pos, size, style, validator, name);
     }
-    ~wxTextCtrl();
+    virtual ~wxTextCtrl();
 
     bool Create(wxWindow *parent, wxWindowID id,
                 const wxString& value = wxEmptyString,