Removed extraneous semicolon (partly fixes #10456).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
62c9b3d73f
commit
d77df9f7d0
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ private:
|
|||
bool m_doSave,
|
||||
m_doRestore;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(wxPersistenceManager);
|
||||
DECLARE_NO_COPY_CLASS(wxPersistenceManager)
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue