From d77df9f7d023b026a7bbe995ddd36cfdbe07e3d5 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 1 Feb 2009 13:14:30 +0000 Subject: [PATCH] Removed extraneous semicolon (partly fixes #10456). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/persist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/persist.h b/include/wx/persist.h index 79cbd3f..ff2aaba 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) }; // ---------------------------------------------------------------------------- -- 2.7.4