X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/0b5d833e0947d44cd5bee6562c22ed4a14ca23bb..1f3a9af059166187064490d1cae80bd11fb8737c:/import/object.di?ds=inline diff --git a/import/object.di b/import/object.di index 9508fef..7400468 100644 --- a/import/object.di +++ b/import/object.di @@ -175,5 +175,5 @@ class Exception : Object this(string msg, Exception next = null); this(string msg, string file, size_t line, Exception next = null); - string toString(); + override string toString(); }