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