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