]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/confbase.h
Regenerate to add the new file toucan.png.
[wxWidgets.git] / include / wx / confbase.h
index 15c49198960277310e730b1b171557bc56f7da81..e0fcf84ebf23ab47284f453dcb6180c93414c57a 100644 (file)
 #ifndef   _WX_CONFBASE_H_
 #define   _WX_CONFBASE_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "confbase.h"
-#endif
-
 #include "wx/defs.h"
 #include "wx/string.h"
 
@@ -117,7 +113,7 @@ public:
                long style = 0);
 
     // empty but ensures that dtor of all derived classes is virtual
-  virtual ~wxConfigBase(){};
+  virtual ~wxConfigBase();
 
   // path management
     // set current path: if the first character is '/', it's the absolute path,