summaryrefslogtreecommitdiff
path: root/src/cli/runtime/Symbol.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/runtime/Symbol.cs')
-rw-r--r--src/cli/runtime/Symbol.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/Symbol.cs b/src/cli/runtime/Symbol.cs
index 78580b94..2ee91a91 100644
--- a/src/cli/runtime/Symbol.cs
+++ b/src/cli/runtime/Symbol.cs
@@ -25,7 +25,7 @@ static readonly Random rand = new Random(42);
public readonly String name;
int hash = 0;
-public String toString()
+override public String ToString()
{
return name;
}