X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..f54e5c1a4f6952c62ed4480f7d26feddc20f98ba:/include/wx/univ/inphand.h diff --git a/include/wx/univ/inphand.h b/include/wx/univ/inphand.h index 05c9d0e87b..fd36787fe8 100644 --- a/include/wx/univ/inphand.h +++ b/include/wx/univ/inphand.h @@ -40,7 +40,7 @@ // wxInputHandler: maps the events to the actions // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxInputHandler : public wxObject +class WXDLLIMPEXP_CORE wxInputHandler : public wxObject { public: // map a keyboard event to one or more actions (pressed == true if the key @@ -80,7 +80,7 @@ public: // and also provides the way to chain input handlers together // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxStdInputHandler : public wxInputHandler +class WXDLLIMPEXP_CORE wxStdInputHandler : public wxInputHandler { public: wxStdInputHandler(wxInputHandler *handler) : m_handler(handler) { }