Fix build.

This commit is contained in:
David Anderson 2014-06-23 20:17:40 -07:00
parent b064556081
commit 99c0879086

View File

@ -49,7 +49,7 @@
* *
* @return New Map Handle, which must be freed via CloseHandle(). * @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. * Sets a value in a hash map, either inserting a new entry or replacing an old one.