Fixes for variable shadowing (13/28)
This commit is contained in:
parent
d474cacc5f
commit
3ce3aaf025
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ public:
|
||||||
dump(out);
|
dump(out);
|
||||||
return out.str();
|
return out.str();
|
||||||
}
|
}
|
||||||
string preview_to_str(scope_t& scope) const {
|
string preview_to_str(scope_t&) const {
|
||||||
std::ostringstream out;
|
std::ostringstream out;
|
||||||
preview(out);
|
preview(out);
|
||||||
return out.str();
|
return out.str();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue