Fixes compilation error.

This commit is contained in:
Milo Yip 2014-07-04 16:56:19 +08:00
parent 0bff4ffd0c
commit ace56097fd

View File

@ -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); }