X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c5172ed1bf56c880c4ae928eae4da21c402a2ba3..b901ac2c3b618a020f87a4a02555b72c4b41bc21:/include/wx/cocoa/control.h diff --git a/include/wx/cocoa/control.h b/include/wx/cocoa/control.h index 153e6e1555..ce13947692 100644 --- a/include/wx/cocoa/control.h +++ b/include/wx/cocoa/control.h @@ -4,9 +4,9 @@ // Author: David Elliott // Modified by: // Created: 2003/02/15 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __WX_COCOA_CONTROL_H__ @@ -53,7 +53,7 @@ public: // -------------------------- void OnEraseBackground(wxEraseEvent& event); - + virtual void Command(wxCommandEvent& event) { ProcessCommand(event); } // Calls the callback and appropriate event handlers @@ -65,4 +65,5 @@ protected: virtual wxSize DoGetBestSize() const; }; -#endif // __WX_COCOA_CONTROL_H__ +#endif + // __WX_COCOA_CONTROL_H__