summaryrefslogtreecommitdiff
path: root/src/exprbase.h
diff options
context:
space:
mode:
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 83ef34ff..d86ee14c 100644
--- a/src/exprbase.h
+++ b/src/exprbase.h
@@ -130,7 +130,7 @@ public:
const optional<string>& original_string = none) {
set_text(original_string ? *original_string : "<stream>");
}
-
+
virtual void mark_uncompiled() {
compiled = false;
}