aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-14 18:34:39 +0200
committerHampusM <hampus@hampusmat.com>2022-06-14 18:34:39 +0200
commit687d80381f3c5157ed8bb514a0e9b9df04114896 (patch)
tree66b232371424fc536cf37d85dabe02c9d2bb60aa /include
parent845ff3d141553d24d4572738101fce948bf40e67 (diff)
refactor: fix ObjectIdentifier == operator option namev0.2.0
Diffstat (limited to 'include')
-rw-r--r--include/yacppdic/detail/internal/object_identifier.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/yacppdic/detail/internal/object_identifier.hpp b/include/yacppdic/detail/internal/object_identifier.hpp
index bf7aeaf..a97ebd2 100644
--- a/include/yacppdic/detail/internal/object_identifier.hpp
+++ b/include/yacppdic/detail/internal/object_identifier.hpp
@@ -18,7 +18,7 @@ public:
std::string_view tag
) noexcept;
- auto operator==(const ObjectIdentifier &object_type) const noexcept -> bool;
+ auto operator==(const ObjectIdentifier &rhs) const noexcept -> bool;
[[nodiscard]] auto hash() const noexcept -> std::size_t;