]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/snglinst.cpp
Remove CodeWarrior portion of the Mac installation instructions.
[wxWidgets.git] / src / msw / snglinst.cpp
index 85b76977abfc4baed1d09835d009c829b77dd616..d1e8490ede98a46823448cd565a6646110f2bb72 100644 (file)
@@ -92,7 +92,7 @@ private:
     // the mutex handle, may be NULL
     HANDLE m_hMutex;
 
-    DECLARE_NO_COPY_CLASS(wxSingleInstanceCheckerImpl)
+    wxDECLARE_NO_COPY_CLASS(wxSingleInstanceCheckerImpl);
 };
 
 // ============================================================================