]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/snglinst.cpp
Correct the direction passed to wxDataObject in wxGTK clipboard code.
[wxWidgets.git] / src / palmos / snglinst.cpp
index a4a0ff8d25822614736e3de45ceb245741e44be7..f795c8289b75585a82f1fdd905226d62476e05ca 100644 (file)
@@ -68,7 +68,7 @@ private:
     // the mutex handle, may be NULL
     HANDLE m_hMutex;
 
-    DECLARE_NO_COPY_CLASS(wxSingleInstanceCheckerImpl)
+    wxDECLARE_NO_COPY_CLASS(wxSingleInstanceCheckerImpl);
 };
 
 // ============================================================================