]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/regconf.h
Reverted due to Darwin and other conflicts.
[wxWidgets.git] / include / wx / msw / regconf.h
index 166d4ac623f13307556c3c5853c8f8efea3ed191..d0d0172bd58d499f4f0620b392910c033c3a9163 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
   // ------------------------------------------