From 096e04ef05fda514df07845f066c1b590e63a3f2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 20 Jun 2005 17:59:00 +0000 Subject: Added virtual destructor, to silence a few more GCC 4 warnings svn-id: r18419 --- common/stream.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/stream.h b/common/stream.h index b9b64bbfd7..c7890e5bdb 100644 --- a/common/stream.h +++ b/common/stream.h @@ -35,6 +35,8 @@ class String; */ class Stream { public: + virtual ~Stream() {} + /** * Returns true if any I/O failure occured. * This flag is never cleared automatically. In order to clear it, -- cgit v1.2.3