From 99c0879086fcb0b3dd6eb0e42485daf7c8553b10 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 23 Jun 2014 20:17:40 -0700 Subject: [PATCH] Fix build. --- plugins/include/adt_trie.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/adt_trie.inc b/plugins/include/adt_trie.inc index 82a88882..3a91076c 100644 --- a/plugins/include/adt_trie.inc +++ b/plugins/include/adt_trie.inc @@ -49,7 +49,7 @@ * * @return New Map Handle, which must be freed via CloseHandle(). */ -native AdtStringMap:CreateTrie(); +native StringMap:CreateTrie(); /** * Sets a value in a hash map, either inserting a new entry or replacing an old one.