diff --git a/src/sql/sqlitetypes.h b/src/sql/sqlitetypes.h index 2827b6d6..f6b1e9b5 100644 --- a/src/sql/sqlitetypes.h +++ b/src/sql/sqlitetypes.h @@ -188,7 +188,7 @@ public: explicit Object(const QString& name): m_name(name), m_fullyParsed(false) {} virtual ~Object() {} - virtual bool operator==(const Object& rhs) const; + bool operator==(const Object& rhs) const; virtual Types type() const = 0; static QString typeToString(Types type);