* 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

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