]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/persist.cpp
remove confusing wxDialog::ButtonSizerFlags and extract button styles properly in...
[wxWidgets.git] / src / common / persist.cpp
index 52c4513924da38efd06d3ecb28c716bc5c8a6cff..64b5957c7cd4fe89863dce0ae1a3f210e3d904db 100644 (file)
@@ -23,6 +23,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_CONFIG
+
 #ifndef WX_PRECOMP
 #endif // WX_PRECOMP
 
@@ -40,6 +42,10 @@ wxPersistenceManager& wxPersistenceManager::Get()
     return s_manager;
 }
 
+wxPersistenceManager::~wxPersistenceManager()
+{
+}
+
 wxString
 wxPersistenceManager::GetKey(const wxPersistentObject& who,
                              const wxString& name) const
@@ -147,3 +153,5 @@ wxPERSIST_DEFINE_SAVE_RESTORE_FOR(long)
 wxPERSIST_DEFINE_SAVE_RESTORE_FOR(wxString)
 
 #undef wxPERSIST_DEFINE_SAVE_RESTORE_FOR  
+
+#endif // wxUSE_CONFIG