]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/regconf.h
IS_HATCH macro replaced with wxBrush::IsHatch() + source and docs little cleaning.
[wxWidgets.git] / include / wx / msw / regconf.h
index 166d4ac623f13307556c3c5853c8f8efea3ed191..0e5d3f317dedc8f6bb803c76ff768df4dcacfd24 100644 (file)
@@ -39,7 +39,7 @@ public:
               long style = wxCONFIG_USE_GLOBAL_FILE);
 
     // dtor will save unsaved data
-  virtual ~wxRegConfig();
+  virtual ~wxRegConfig(){}
 
   // implement inherited pure virtual functions
   // ------------------------------------------