From 73592e0a863fbbbe217fee6fb86467ba752eb131 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Wed, 28 Jan 2015 22:36:47 -0800 Subject: [PATCH] oops --- include/Athena/Stream.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Athena/Stream.hpp b/include/Athena/Stream.hpp index 198843f..ed4d380 100644 --- a/include/Athena/Stream.hpp +++ b/include/Athena/Stream.hpp @@ -28,7 +28,7 @@ std::ostream& operator<<(std::ostream& os, Endian& endian); class Stream { public: - virtual Stream() {} + virtual ~Stream() {} virtual void setEndian(Endian) = 0; virtual Endian endian() const= 0;