fix
This commit is contained in:
parent
37bda22d66
commit
e7cb1fe27d
|
@ -36,7 +36,7 @@ namespace ratgdo {
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint64_t fixed;
|
uint64_t fixed;
|
||||||
uint32_t data;
|
uint32_t data;
|
||||||
bool operator==(const command& a) const
|
bool operator==(const command a) const
|
||||||
{
|
{
|
||||||
return (fixed == a.fixed && data == a.data);
|
return (fixed == a.fixed && data == a.data);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue