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