]> git.saurik.com Git - cycript.git/blobdiff - sig/ffi_type.cpp
Embed core libraries for node.js in libcycript.db.
[cycript.git] / sig / ffi_type.cpp
index ab97f7a1b489f82ae8944e9d382ba311fcac91a4..2b6c0d3de61c4d24e701c39fa1dc139716c0096d 100644 (file)
@@ -171,6 +171,10 @@ ffi_type *Object::GetFFI(CYPool &pool) const {
 }
 #endif
 
+ffi_type *Enum::GetFFI(CYPool &pool) const {
+    return type.GetFFI(pool);
+}
+
 ffi_type *Aggregate::GetFFI(CYPool &pool) const {
     // XXX: we can totally make overlap work
     _assert(!overlap);