tnetstring.nim
changeset 7 370805b49c92
parent 5 d3804875d828
--- a/tnetstring.nim	Wed May 20 09:49:23 2015 -0700
+++ b/tnetstring.nim	Mon Nov 02 08:16:50 2015 -0800
@@ -419,7 +419,7 @@
     raise newException( IndexError, "key not in object" )
 
 
-proc hash*( node: TNetstringNode ): THash =
+proc hash*( node: TNetstringNode ): Hash =
     ## Compute the hash for a TNetstringString node
     return case node.kind
     of TNetstringString: