projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f60dbe5
)
Adding an virtual destructor to OstreamUpdate.
author
Tim King
<taking@google.com>
Mon, 1 Feb 2016 19:12:10 +0000
(11:12 -0800)
committer
Tim King
<taking@google.com>
Mon, 1 Feb 2016 19:12:10 +0000
(11:12 -0800)
src/smt/update_ostream.h
patch
|
blob
|
history
diff --git
a/src/smt/update_ostream.h
b/src/smt/update_ostream.h
index 9e0100786f89e2f93cc20cbe8de2e4cdfc08a143..c5f09a2a9b4fded9fc6e14a5893fb909a2eeaff1 100644
(file)
--- 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;