Switch ADTFactory/IBasicTrie off KTrie (bug 5884 part 17, r=ds).

This commit is contained in:
David Anderson
2013-08-25 12:21:15 -07:00
parent 51dc097266
commit 0f52f6931b
3 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
namespace SourceMod
{
/**
* @brief A "Trie" data type.
* @brief A hash table data type.
*/
class IBasicTrie
{