Fix again

This commit is contained in:
alesapin 2018-08-30 22:23:55 +03:00
commit d192c8a2f3

View File

@ -77,6 +77,7 @@ struct ScopeStack
using Levels = std::vector<Level>;
Levels stack;
const Context & context;
ScopeStack(const ExpressionActionsPtr & actions, const Context & context_);