aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
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 */