From 4e2fd00791c2909ca37e89b2ed3b7a4b6f691082 Mon Sep 17 00:00:00 2001 From: Teddy Date: Sun, 18 Aug 2013 12:30:04 +0800 Subject: fflush in display --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') 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 */ -- cgit v1.2.3