summaryrefslogtreecommitdiff
path: root/src/exprbase.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-02-17 14:28:04 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-02-17 15:06:11 -0600
commit3ce3aaf025b1e33dbb214b4fc419a5c14faecafa (patch)
tree9594af0177e227a03911d5e106baa41491f40477 /src/exprbase.h
parentd474cacc5fe734b1eba24c576d409de81484b589 (diff)
Fixes for variable shadowing (13/28)
Diffstat (limited to 'src/exprbase.h')
-rw-r--r--src/exprbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exprbase.h b/src/exprbase.h
index 46708662..e0e2824f 100644
--- a/src/exprbase.h
+++ b/src/exprbase.h
@@ -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();