]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/corefoundation/hid.h
added wx_truncate_cast and use it (sometimes instead of wx_static_cast) to explicitel...
[wxWidgets.git] / include / wx / mac / corefoundation / hid.h
index 52e661eb63a6bfad68c1cd6f1a9055700ad3eb5b..3789e81ff31e7b810d997719b4a39bd5740df260 100644 (file)
@@ -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;
 };