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