]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/clipcmn.cpp
paint event was missing the id, Connect not working for this otherwise
[wxWidgets.git] / src / common / clipcmn.cpp
index d89b5628ebc918f0a2a3970741529a258f951bdf..baa2db4a07f49b707418d5ab5918512b6774c50d 100644 (file)
@@ -39,7 +39,7 @@
 
 IMPLEMENT_DYNAMIC_CLASS(wxClipboardEvent,wxEvent)
 
-wxDEFINE_EVENT( wxEVT_CLIPBOARD_CHANGED, wxClipboardEvent )
+wxDEFINE_EVENT( wxEVT_CLIPBOARD_CHANGED, wxClipboardEvent );
 
 // notice that ctors are defined here and not inline to avoid having to include
 // wx/dataobj.h from wx/clipbrd.h