From f0791bbd7297e737d9e13d0b0bb21473b173b2a7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Aug 2011 14:48:38 -0400 Subject: Cleanup whitespace --- src/exprbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exprbase.h') 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& original_string = none) { set_text(original_string ? *original_string : ""); } - + virtual void mark_uncompiled() { compiled = false; } -- cgit v1.2.3