X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b88201ff5f0f9ed18db555b70eb7123c8a7c9c6..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/cocoa/button.h diff --git a/include/wx/cocoa/button.h b/include/wx/cocoa/button.h index aefc9d1369..d58d0fb6bd 100644 --- a/include/wx/cocoa/button.h +++ b/include/wx/cocoa/button.h @@ -4,7 +4,6 @@ // Author: David Elliott // Modified by: // Created: 2002/12/29 -// RCS-ID: $Id$ // Copyright: (c) 2002 David Elliott // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -17,7 +16,7 @@ // ======================================================================== // wxButton // ======================================================================== -class WXDLLEXPORT wxButton : public wxButtonBase, protected wxCocoaNSButton +class WXDLLIMPEXP_CORE wxButton : public wxButtonBase, protected wxCocoaNSButton { DECLARE_DYNAMIC_CLASS(wxButton) DECLARE_EVENT_TABLE()