X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/359e8b829aeee532360ef95d60fe4a242e7e7128..210e14b3fd3765a57e5f151c159c2ad921dadc98:/Replace.cpp?ds=inline diff --git a/Replace.cpp b/Replace.cpp index 5803478..e6b761f 100644 --- a/Replace.cpp +++ b/Replace.cpp @@ -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_);