make something in scoper virtual

This commit is contained in:
hrkrshnn
2021-01-27 19:42:08 +01:00
parent f5750c9229
commit acfcff1628
+1 -1
View File
@@ -41,7 +41,7 @@ protected:
bool inScope(YulString _variableName) const;
/// Creates a new inner scope.
void pushScope(bool _functionScope);
virtual void pushScope(bool _functionScope);
/// Removes the innermost scope and clears all variables in it.
virtual void popScope();