X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08e827d82daf916a08d0eb0f12cb91d9061fa921..ee7553e935502f77f7aed93221a449b982dee40d:/include/wx/filesys.h diff --git a/include/wx/filesys.h b/include/wx/filesys.h index 80f772c0b7..51f06fad21 100644 --- a/include/wx/filesys.h +++ b/include/wx/filesys.h @@ -99,7 +99,7 @@ private: #endif // wxUSE_DATETIME DECLARE_ABSTRACT_CLASS(wxFSFile) - DECLARE_NO_COPY_CLASS(wxFSFile) + wxDECLARE_NO_COPY_CLASS(wxFSFile); }; @@ -247,7 +247,7 @@ protected: // Handlers local to this instance DECLARE_DYNAMIC_CLASS(wxFileSystem) - DECLARE_NO_COPY_CLASS(wxFileSystem) + wxDECLARE_NO_COPY_CLASS(wxFileSystem); };