#pragma hdrstop
#endif
+#if wxUSE_CONFIG
+
#ifndef WX_PRECOMP
#endif // WX_PRECOMP
return s_manager;
}
+wxPersistenceManager::~wxPersistenceManager()
+{
+}
+
wxString
wxPersistenceManager::GetKey(const wxPersistentObject& who,
const wxString& name) const
wxPERSIST_DEFINE_SAVE_RESTORE_FOR(wxString)
#undef wxPERSIST_DEFINE_SAVE_RESTORE_FOR
+
+#endif // wxUSE_CONFIG