diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index ba5f103..4183802 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -36,10 +36,10 @@ namespace ratgdo { struct cmd { uint64_t fixed; uint32_t data; - inline bool operator!=(cmd const &other) const + inline bool operator!=(cmd const& other) const { return (fixed != other.fixed || data != other.data); - } + } }; typedef struct {