X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..992527a5738f7fb629d2aaeee64cfc733ddb7e1c:/include/wx/cocoa/control.h diff --git a/include/wx/cocoa/control.h b/include/wx/cocoa/control.h index 685dfb9805..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: wxWidgets licence +// 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__