X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7c8fac6f809de2fcf9aa2092429aa320be9c750..0c545056876c23429f79bec98287be08e3c420f7:/src/common/persist.cpp?ds=inline diff --git a/src/common/persist.cpp b/src/common/persist.cpp index 52c4513924..76ab2698bd 100644 --- a/src/common/persist.cpp +++ b/src/common/persist.cpp @@ -40,6 +40,10 @@ wxPersistenceManager& wxPersistenceManager::Get() return s_manager; } +wxPersistenceManager::~wxPersistenceManager() +{ +} + wxString wxPersistenceManager::GetKey(const wxPersistentObject& who, const wxString& name) const