summaryrefslogtreecommitdiff
path: root/src/smt/update_ostream.h
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-02-01 11:12:10 -0800
committerTim King <taking@google.com>2016-02-01 11:12:10 -0800
commit6ea35cde2df4a01c2ce5c41b62a43e741c80acc1 (patch)
tree19c86252ac457f8648e541857b1f678ce5a3c1ea /src/smt/update_ostream.h
parentf60dbe5eb60895a1d7f4606dcb4d4459fcfce955 (diff)
Adding an virtual destructor to OstreamUpdate.
Diffstat (limited to 'src/smt/update_ostream.h')
-rw-r--r--src/smt/update_ostream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/smt/update_ostream.h b/src/smt/update_ostream.h
index 9e0100786..c5f09a2a9 100644
--- a/src/smt/update_ostream.h
+++ b/src/smt/update_ostream.h
@@ -57,6 +57,8 @@ class ChannelSettings {
class OstreamUpdate {
public:
+ virtual ~OstreamUpdate(){}
+
virtual std::ostream& get() = 0;
virtual void set(std::ostream* setTo) = 0;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback