]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/inphand.h
another fix for wxUSE_DRAG_AND_DROP==0 build
[wxWidgets.git] / include / wx / univ / inphand.h
index 05c9d0e87b3262d0ea15690eefdf49aa2614b0ab..fd36787fe84605283b8fff8d1242d2e867aff06b 100644 (file)
@@ -40,7 +40,7 @@
 // wxInputHandler: maps the events to the actions
 // ----------------------------------------------------------------------------
 
 // 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
 {
 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
 // ----------------------------------------------------------------------------
 
 // 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) { }
 {
 public:
     wxStdInputHandler(wxInputHandler *handler) : m_handler(handler) { }