summaryrefslogtreecommitdiff
path: root/src/expr/pickler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/pickler.h')
-rw-r--r--src/expr/pickler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/pickler.h b/src/expr/pickler.h
index f1cdd1c65..8c3da5f40 100644
--- a/src/expr/pickler.h
+++ b/src/expr/pickler.h
@@ -74,7 +74,7 @@ protected:
public:
Pickler(ExprManager* em);
- ~Pickler();
+ virtual ~Pickler();
/**
* Constructs a new Pickle of the node n.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback