mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
added const specifier
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
static
|
||||
ref<A> from_ptr(A *ptr) { return (((uint8_t*) ptr) - current_base); }
|
||||
|
||||
object as_object() { return offset; }
|
||||
object as_object() const { return offset; }
|
||||
|
||||
static
|
||||
object tagged(ref<A> ref) {
|
||||
|
||||
Reference in New Issue
Block a user