* Make streams polymorphic

This commit is contained in:
2015-01-28 22:31:14 -08:00
parent 39f7ed55fc
commit 1abbf80cef
5 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ class FileReader : public Stream
{
public:
FileReader(const std::string& filename);
~FileReader();
virtual ~FileReader();
std::string filename() const;
void setEndian(Endian endian);