]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/clipbrd.h
flipped accessor conforming to plain c++ impl
[wxWidgets.git] / include / wx / clipbrd.h
index e8b9a900ed90fe4d77368fe4ed35db16c1c8f3cc..9d1c67cd622029ce07734da4d0fa389a813a5e89 100644 (file)
@@ -120,7 +120,7 @@ private:
     DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxClipboardEvent)
 };
 
-wxDECLARE_EXPORTED_EVENT( WXDLLIMPEXP_CORE, wxEVT_CLIPBOARD_CHANGED, wxClipboardEvent )
+wxDECLARE_EXPORTED_EVENT( WXDLLIMPEXP_CORE, wxEVT_CLIPBOARD_CHANGED, wxClipboardEvent );
 
 typedef void (wxEvtHandler::*wxClipboardEventFunction)(wxClipboardEvent&);
 
@@ -189,7 +189,7 @@ public:
 private:
     wxClipboard *m_clipboard;
 
-    DECLARE_NO_COPY_CLASS(wxClipboardLocker)
+    wxDECLARE_NO_COPY_CLASS(wxClipboardLocker);
 };
 
 #endif // wxUSE_CLIPBOARD