Fixes compilation error.
This commit is contained in:
parent
0bff4ffd0c
commit
ace56097fd
@ -132,7 +132,7 @@ public:
|
||||
|
||||
Ch Peek() const { assert(false); return '\0'; }
|
||||
Ch Take() { assert(false); return '\0'; }
|
||||
size_t Tell() const { }
|
||||
size_t Tell() const { return 0; }
|
||||
|
||||
Ch* PutBegin() { assert(false); return 0; }
|
||||
void Put(Ch c) { os_.put(c); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user