summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();