phobos 2.004

This commit is contained in:
Brad Roberts 2007-09-10 07:36:51 +00:00
parent d90858f401
commit c31f87641e
7 changed files with 172 additions and 27 deletions

View file

@ -27,7 +27,7 @@ class OutOfMemoryException : Exception
super(s);
}
string toString()
override string toString()
{
return s;
}