Fix wstring to string conversion warnings in EpomakerController.cpp
This commit is contained in:
parent
b0d2954a56
commit
8b9a5b460f
2 changed files with 28 additions and 25 deletions
|
|
@ -18,6 +18,7 @@
|
|||
#define EPOMAKER_COMMAND_RGB 0x07
|
||||
#define EPOMAKER_COMMAND_SET 0xF60A
|
||||
#define EPOMAKER_COMMAND_PING 0xF7
|
||||
#define HID_MAX_STR 255
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
@ -107,7 +108,6 @@ public:
|
|||
|
||||
private:
|
||||
std::string device_name;
|
||||
std::string serial;
|
||||
std::string location;
|
||||
hid_device* dev;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue