summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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