]> git.saurik.com Git - cycript.git/blobdiff - Parser.hpp
Force Fink's PATH (but only when required).
[cycript.git] / Parser.hpp
index aad1d478db2ec111ddf7ab8121897a40a8eb519a..b126d5a5fee8e4578a3d84300fb6189597d5b419 100644 (file)
@@ -303,6 +303,7 @@ struct CYScope {
     CYIdentifierValueSet identifiers_;
 
     CYScope(CYScopeType type, CYContext &context, CYStatement *&statements);
+    virtual ~CYScope();
 
     void Close();