devices: refactor class member vars (#10206)
This commit is contained in:
parent
40147d3a3f
commit
e9c3fcbb64
27 changed files with 585 additions and 578 deletions
|
|
@ -34,7 +34,8 @@ class IHID {
|
|||
|
||||
struct {
|
||||
CSignal destroy;
|
||||
} events;
|
||||
} m_events;
|
||||
|
||||
std::string deviceName, hlName;
|
||||
std::string m_deviceName;
|
||||
std::string m_hlName;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue