]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/corefoundation/hid.h
wxChar -> char
[wxWidgets.git] / include / wx / mac / corefoundation / hid.h
index ec7c09cf085dfc5d7c9158402c91711c738f02b2..e6df5cb45ff7dd21fd445123c416fc77ac438553 100644 (file)
@@ -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();