]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/apptrait.h
fix for SetValue() losing effect after focus change (patch 1150911)
[wxWidgets.git] / include / wx / apptrait.h
index 6ef915d9b1fd02ceab3bacaee6b25ec11abd7076..38097535f367ac5e23440a7e6df1a89220ed8b51 100644 (file)
@@ -54,6 +54,9 @@ class WXDLLIMPEXP_BASE wxStandardPathsBase;
 class WXDLLIMPEXP_BASE wxAppTraitsBase
 {
 public:
+    // needed since this class declares virtual members
+    virtual ~wxAppTraitsBase() { }
+
     // hooks for creating the global objects, may be overridden by the user
     // ------------------------------------------------------------------------