]> git.saurik.com Git - cycript.git/blobdiff - Pooling.hpp
Also use CXType walker to for function prototypes.
[cycript.git] / Pooling.hpp
index fc9d7eb688be0506e0e246e5916467d8f5fd518e..1c155fee5318a7f3a0f4082dcee16aeb1ec29399 100644 (file)
@@ -235,6 +235,7 @@ struct CYData {
     CYData() :
         count_(1)
     {
+        _assert(pool_ != NULL);
     }
 
     CYData(CYPool &pool) :