Showing with 1 addition and 1 deletion.
  1. +1 −1 src/object.di
2 changes: 1 addition & 1 deletion src/object.di
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ auto byKeyValue(T : Value[Key], Value, Key)(T aa) pure nothrow @nogc @property
Result save() { return this; }
}

return Result(_aaRange(p));
return Result(_aaRange(cast(void*)aa));
}

inout(V) get(K, V)(inout(V[K]) aa, K key, lazy inout(V) defaultValue)
Expand Down