]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/regconf.h
qadll depends on coredll. First part of OS X shared library build fix.
[wxWidgets.git] / include / wx / msw / regconf.h
index d0d0172bd58d499f4f0620b392910c033c3a9163..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
   // ------------------------------------------