X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..3225a4b8b8656f25dac6cb20684a3c2c273cf796:/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); }; // ============================================================================