diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-05 21:28:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-05 21:28:06 +0000 |
| commit | 840952af7e3f9456d5eb1cf4994c3160ebf4a374 (patch) | |
| tree | 72e424c01d2001f42c37a52f9a92f8a3507db7d5 /src | |
| parent | c67d2717f503ce03adb7a97d9af78d32113a2d3f (diff) | |
Missing virtual destructor.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/stream.h b/src/lib/stream.h index c2a19e5ab..16b06e4bc 100644 --- a/src/lib/stream.h +++ b/src/lib/stream.h @@ -41,6 +41,7 @@ extern "C" { class Stream { public: + virtual ~Stream () {} virtual std::string to_string () const = 0; }; |
