diff options
Diffstat (limited to 'libphobos/libdruntime/object.d')
| -rw-r--r-- | libphobos/libdruntime/object.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/libdruntime/object.d b/libphobos/libdruntime/object.d index 4264ecf6fd6..9bc929ce8ef 100644 --- a/libphobos/libdruntime/object.d +++ b/libphobos/libdruntime/object.d @@ -3614,7 +3614,7 @@ if (is(typeof(create()) : V) && (is(typeof(update(aa[K.init])) : V) || is(typeof @safe const: // stubs bool opEquals(S rhs) { assert(0); } - size_t toHash() { assert(0); } + size_t toHash() const { assert(0); } } int[string] aai; |
