summaryrefslogtreecommitdiffstats
path: root/include/core/RID.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/RID.hpp')
-rw-r--r--include/core/RID.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/RID.hpp b/include/core/RID.hpp
index 71b5140..e789863 100644
--- a/include/core/RID.hpp
+++ b/include/core/RID.hpp
@@ -19,7 +19,7 @@ public:
inline bool is_valid() const {
// is_valid() is not available in the C API...
- return *this == RID();
+ return *this != RID();
}
bool operator==(const RID & p_other) const;