ARMv7 - Fix compiler and partial compilation
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / typeinfo.cc
index 31907ee..99bfedc 100644 (file)
@@ -71,7 +71,7 @@ bool type_info::is_subclass() const
 }
 
 // Acess-defined
-bool type_info::__is_child(const type_info &poss_child, unsigned long &offset) const
+bool type_info::__is_child(const type_info &poss_child, size_t &offset) const
 {
        _SysDebug("typeids = this:%s , poss_child:%s", typeid(*this).name(), typeid(poss_child).name());
 

UCC git Repository :: git.ucc.asn.au