From: Stefan Neis Date: Sun, 1 Feb 2009 13:14:30 +0000 (+0000) Subject: Removed extraneous semicolon (partly fixes #10456). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d77df9f7d023b026a7bbe995ddd36cfdbe07e3d5 Removed extraneous semicolon (partly fixes #10456). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/persist.h b/include/wx/persist.h index 79cbd3f354..ff2aabab10 100644 --- a/include/wx/persist.h +++ b/include/wx/persist.h @@ -155,7 +155,7 @@ private: bool m_doSave, m_doRestore; - DECLARE_NO_COPY_CLASS(wxPersistenceManager); + DECLARE_NO_COPY_CLASS(wxPersistenceManager) }; // ----------------------------------------------------------------------------