Fix iOS build

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-01-01 12:13:17 -04:00
parent f12596dd19
commit a986f5e825
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public:
return bits[other];
}
bool isa(Type &other)
bool isa(const Type &other)
{
if (!inited)
init();