diff options
Diffstat (limited to '')
-rw-r--r-- | decoder.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -214,7 +214,8 @@ class LZ_decoder uint32_t crc_; const int outfd; // output file descriptor - unsigned long long stream_position() const { return partial_data_pos + stream_pos; } + unsigned long long stream_position() const + { return partial_data_pos + stream_pos; } void flush_data(); bool verify_trailer( const Pretty_print & pp ) const; |