aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-18 12:30:04 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-18 12:30:04 +0800
commit4e2fd00791c2909ca37e89b2ed3b7a4b6f691082 (patch)
tree1daec899fde653d7eb4aab76d91324175375f213 /types.h
parentdf4a3a97a6ab7041c4605520eea3fcec83231260 (diff)
fflush in display
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index ba593ac..327288d 100644
--- a/types.h
+++ b/types.h
@@ -74,6 +74,7 @@ class ReprCons {/*{{{*/
string repr;
/** The constructor */
ReprCons(bool prim, EvalObj *ori = NULL);
+ ~ReprCons() {}
/** This function is called to get the next component in a complex
* EvalObj
* @param prev Feed the string form of the previous component */