X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7c8fac6f809de2fcf9aa2092429aa320be9c750..a95f37bc57cd0318ee2ae5cc94ac447cce47a5cf:/src/common/persist.cpp 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