X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a290fa5a7deebe9d96c0c0089d18e27d4bd9b624..23b4f32040409166e2ee53314c5b27c593982c0a:/include/wx/univ/inphand.h?ds=inline diff --git a/include/wx/univ/inphand.h b/include/wx/univ/inphand.h index 6ddd55fcf6..fd36787fe8 100644 --- a/include/wx/univ/inphand.h +++ b/include/wx/univ/inphand.h @@ -13,10 +13,6 @@ #ifndef _WX_UNIV_INPHAND_H_ #define _WX_UNIV_INPHAND_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "inphand.h" -#endif - #include "wx/univ/inpcons.h" // for wxControlAction(s) // ---------------------------------------------------------------------------- @@ -44,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 @@ -84,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) { }