mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-02 22:49:18 -05:00
added missing /*unused*/
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
bool operator==(const Torrent_With_Equality_Operator_Overload &) const = default;
|
||||
|
||||
/*! Equality comparison operator overload for the DummyType. */
|
||||
bool operator==(const DummyType &) const
|
||||
bool operator==(const DummyType &/*unused*/) const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user