]> git.saurik.com Git - cycript.git/blobdiff - Replace.cpp
Ported back to cygwin.
[cycript.git] / Replace.cpp
index 5803478d1d6ffc16418e3c703eae99c3f0a6c527..e6b761f6bdd17b34e8d3744f13bc9953f7c6ec0f 100644 (file)
@@ -621,6 +621,9 @@ CYScope::CYScope(CYScopeType type, CYContext &context, CYStatement *&statements)
     context_.scope_ = this;
 }
 
+CYScope::~CYScope() {
+}
+
 void CYScope::Close() {
     context_.scope_ = parent_;
     Scope(context_, statements_);