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) }; // ----------------------------------------------------------------------------