diff --git a/src/DataStream.hpp b/src/DataStream.hpp index efdec86..27bf565 100644 --- a/src/DataStream.hpp +++ b/src/DataStream.hpp @@ -36,6 +36,10 @@ class DataStream : public std::ifstream { } + virtual ~DataStream() + { + } + // Checks whether the stream has reached the end of the file. // I.e. reading another Byte would result in an error. bool isEoF()