X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b88201ff5f0f9ed18db555b70eb7123c8a7c9c6..fba05595e6cca40763f8ead119c7ad61cb01e0e4:/include/wx/mac/corefoundation/hid.h diff --git a/include/wx/mac/corefoundation/hid.h b/include/wx/mac/corefoundation/hid.h index ec7c09cf08..e6df5cb45f 100644 --- a/include/wx/mac/corefoundation/hid.h +++ b/include/wx/mac/corefoundation/hid.h @@ -54,7 +54,7 @@ extern "C" { // Quite good, as is the sample program associated with it // (Depite the author's protests!). // --------------------------------------------------------------------------- -class wxHIDDevice +class WXDLLIMPEXP_CORE wxHIDDevice { public: wxHIDDevice() : m_ppDevice(NULL), m_ppQueue(NULL), m_pCookies(NULL) {} @@ -100,7 +100,7 @@ protected: // Semi-simple implementation that opens a connection to the first // keyboard of the machine. Used in wxGetKeyState. // --------------------------------------------------------------------------- -class wxHIDKeyboard : public wxHIDDevice +class WXDLLIMPEXP_CORE wxHIDKeyboard : public wxHIDDevice { public: static int GetCount();