gangliao-patch-1
Yu Yang 8 years ago
parent 921fa13eef
commit 5d88249125

@ -62,7 +62,7 @@ class Scope {
public:
Scope(const std::shared_ptr<Scope>& scope): parent_(scope) {}
Variable* GetVar(const std::string& name) const {
Variable* GetVariable(const std::string& name) const {
Variable* var = GetVarLocally(name);
if (var != nullptr) {
return var;

Loading…
Cancel
Save