Fixes for variable shadowing (13/28)

This commit is contained in:
John Wiegley 2012-02-17 14:28:04 -06:00
parent d474cacc5f
commit 3ce3aaf025

View file

@ -204,7 +204,7 @@ public:
dump(out);
return out.str();
}
string preview_to_str(scope_t& scope) const {
string preview_to_str(scope_t&) const {
std::ostringstream out;
preview(out);
return out.str();