summaryrefslogtreecommitdiff
path: root/src/expr/pickler.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-30 23:16:49 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-30 23:16:49 +0000
commit89548ca600874468c68c0ebe67bec8efa7ecff31 (patch)
treed4e86eaf757dcca2ecc5fb23517827e06b1d55dd /src/expr/pickler.h
parent3b0bf8ba5462a2f05e9a9d96c0ee22bcf70dd8cf (diff)
minor fixes to pickler (hopefully fixes Debian build from last night)
Diffstat (limited to 'src/expr/pickler.h')
-rw-r--r--src/expr/pickler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/expr/pickler.h b/src/expr/pickler.h
index dee4f06e6..b98b79681 100644
--- a/src/expr/pickler.h
+++ b/src/expr/pickler.h
@@ -101,7 +101,7 @@ public:
};/* class Pickler */
-class MapPickler : public Pickler {
+class CVC4_PUBLIC MapPickler : public Pickler {
private:
const VarMap& d_toMap;
const VarMap& d_fromMap;
@@ -113,6 +113,8 @@ public:
d_fromMap(from) {
}
+ virtual ~MapPickler() throw() {}
+
protected:
virtual uint64_t variableToMap(uint64_t x) const
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback