Rename Handle class to avoid name collision in mac

This commit is contained in:
Arkshine
2015-07-21 00:18:54 +02:00
parent c6a3290c4f
commit 6b3b351c9a
13 changed files with 20 additions and 20 deletions

View File

@@ -9,8 +9,8 @@
#include "trie_natives.h"
Handle<CellTrie> TrieHandles;
Handle<TrieSnapshot> TrieSnapshotHandles;
NativeHandle<CellTrie> TrieHandles;
NativeHandle<TrieSnapshot> TrieSnapshotHandles;
// native Trie:TrieCreate();
static cell AMX_NATIVE_CALL TrieCreate(AMX *amx, cell *params)