]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/persist.h
Made wxAny::IsNull() doc string a bit clearer
[wxWidgets.git] / include / wx / persist.h
index 02c9607c107b4af3adf0c6a3eda90fc01088bad8..a46935fd90c17b6a6407fee24e3d1bafd7885d52 100644 (file)
@@ -161,7 +161,7 @@ private:
     bool m_doSave,
          m_doRestore;
 
-    DECLARE_NO_COPY_CLASS(wxPersistenceManager)
+    wxDECLARE_NO_COPY_CLASS(wxPersistenceManager);
 };
 
 // ----------------------------------------------------------------------------
@@ -218,7 +218,7 @@ protected:
 private:
     void * const m_obj;
 
-    DECLARE_NO_COPY_CLASS(wxPersistentObject)
+    wxDECLARE_NO_COPY_CLASS(wxPersistentObject);
 };
 
 // FIXME-VC6: VC6 has troubles with template methods of DLL-exported classes,