]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed extraneous semicolon (partly fixes #10456).
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 1 Feb 2009 13:14:30 +0000 (13:14 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 1 Feb 2009 13:14:30 +0000 (13:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/persist.h

index 79cbd3f35460c3bb695b3d2c70aec22bbaa940fc..ff2aabab10e8dc3b4ba4a5851520568d98473f55 100644 (file)
@@ -155,7 +155,7 @@ private:
     bool m_doSave,
          m_doRestore;
 
-    DECLARE_NO_COPY_CLASS(wxPersistenceManager);
+    DECLARE_NO_COPY_CLASS(wxPersistenceManager)
 };
 
 // ----------------------------------------------------------------------------