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

@@ -11,7 +11,7 @@
#include "textparse.h"
Handle<ParseInfo> TextParsersHandles;
NativeHandle<ParseInfo> TextParsersHandles;
cell createParser()
{