forgot to remove inheritance

master
Daniel Kolesa 2015-06-27 00:59:16 +01:00
parent 32b59e0c2e
commit a840b20ea3
1 changed files with 1 additions and 3 deletions

View File

@ -27,9 +27,7 @@ enum class StreamSeek {
struct StreamRange;
struct Stream: InputRange<
Stream, octa::InputRangeTag, char, char, octa::Size, StreamOffset
> {
struct Stream {
using Offset = StreamOffset;
virtual ~Stream() {}