From 89d97e1bf578df302d2b81f92f6be81cd5e63b56 Mon Sep 17 00:00:00 2001 From: "mahlon@martini.nu" Date: Mon, 2 Nov 2015 16:16:49 +0000 Subject: [PATCH] Remove deprecated THash type. FossilOrigin-Name: 6a918971244d73e48cbc191ad4e93f2e03f60a86a95953d9b54cd50d96551f23 --- tnetstring.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnetstring.nim b/tnetstring.nim index 85596ce..b477c75 100644 --- a/tnetstring.nim +++ b/tnetstring.nim @@ -419,7 +419,7 @@ proc delete*( node: TNetstringNode, key: string ) = 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: