X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d08943ee49205d7d184a514cdd40de182aaa1eb..80d2a664f89fdfb1a85f6bf183e21267829bd3cf:/include/wx/msw/regconf.h diff --git a/include/wx/msw/regconf.h b/include/wx/msw/regconf.h index 166d4ac623..ff886d1796 100644 --- a/include/wx/msw/regconf.h +++ b/include/wx/msw/regconf.h @@ -12,10 +12,6 @@ #ifndef _REGCONF_H #define _REGCONF_H -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "regconf.h" -#endif - #ifndef _REGISTRY_H #include "wx/msw/registry.h" #endif @@ -39,7 +35,7 @@ public: long style = wxCONFIG_USE_GLOBAL_FILE); // dtor will save unsaved data - virtual ~wxRegConfig(); + virtual ~wxRegConfig(){} // implement inherited pure virtual functions // ------------------------------------------