Fix wstring to string conversion warnings in GigabyteAorusMouseController.cpp

This commit is contained in:
Adam Honse 2024-07-29 22:50:51 -05:00
parent 2225ca0ec4
commit bb34aba76e
2 changed files with 10 additions and 15 deletions

View file

@ -54,6 +54,5 @@ private:
hid_device* dev;
std::string location;
std::string serial_number;
std::string version;
};