X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cb1d3daa2e03b8c6481c9375d30451979170ba7..32485259c1342115488d219776dfebeb3d4d81b1:/include/wx/mac/corefoundation/hid.h diff --git a/include/wx/mac/corefoundation/hid.h b/include/wx/mac/corefoundation/hid.h index 52e661eb63..3789e81ff3 100644 --- a/include/wx/mac/corefoundation/hid.h +++ b/include/wx/mac/corefoundation/hid.h @@ -24,7 +24,7 @@ #endif #include "wx/defs.h" - +#include "wx/string.h" // --------------------------------------------------------------------------- // definitions @@ -91,7 +91,9 @@ protected: IOHIDQueueInterface** m_ppQueue; //queue (if we want one) IOHIDElementCookie* m_pCookies; //cookies - const char* m_szName; //(product) name + wxString m_szProductName; //product name + int m_nProductId; //product id + int m_nManufacturerId; //manufacturer id mach_port_t m_pPort; };