From d3cc797f0f008d809880310da59ba483893549cc Mon Sep 17 00:00:00 2001 From: Peace-Maker Date: Tue, 5 Jan 2016 16:52:30 +0100 Subject: [PATCH] Add missing |bool| return tag to RemoveFromTrie native --- 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 a0bab1f2..d81f5f18 100644 --- a/plugins/include/adt_trie.inc +++ b/plugins/include/adt_trie.inc @@ -253,7 +253,7 @@ native bool GetTrieString(Handle map, const char[] key, char[] value, int max_si * @return True on success, false if the value was never set. * @error Invalid Handle. */ -native RemoveFromTrie(Handle map, const char[] key); +native bool RemoveFromTrie(Handle map, const char[] key); /** * Clears all entries from a Map.