X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/aaa4a269e00843e8a21ef26d09604d4e357dfb69..e46761272105b911e12186212afa6e9373ff9641:/Replace.cpp 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_);