X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..94e0018723919fe2ca2f5b5f0a42804c16dbf3a1:/src/palmos/snglinst.cpp diff --git a/src/palmos/snglinst.cpp b/src/palmos/snglinst.cpp index a4a0ff8d25..f795c8289b 100644 --- a/src/palmos/snglinst.cpp +++ b/src/palmos/snglinst.cpp @@ -68,7 +68,7 @@ private: // the mutex handle, may be NULL HANDLE m_hMutex; - DECLARE_NO_COPY_CLASS(wxSingleInstanceCheckerImpl) + wxDECLARE_NO_COPY_CLASS(wxSingleInstanceCheckerImpl); }; // ============================================================================