summaryrefslogtreecommitdiffstats
path: root/include/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/core')
-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 d89823b..3b3ce80 100644
--- a/include/core/RID.hpp
+++ b/include/core/RID.hpp
@@ -15,7 +15,7 @@ public:
RID(Object *p);
- int32_t get_rid() const;
+ int32_t get_id() const;
inline bool is_valid() const {
// is_valid() is not available in the C API...