diff options
Diffstat (limited to 'src/exprbase.h')
-rw-r--r-- | src/exprbase.h | 2 |
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(); |