X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d08943ee49205d7d184a514cdd40de182aaa1eb..e4a4a50b904a3194851fe5f81e09e266bb161596:/include/wx/msw/regconf.h?ds=sidebyside diff --git a/include/wx/msw/regconf.h b/include/wx/msw/regconf.h index 166d4ac623..d0d0172bd5 100644 --- a/include/wx/msw/regconf.h +++ b/include/wx/msw/regconf.h @@ -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 // ------------------------------------------