diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/plugins/FlacIOHandle.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/FlacIOHandle.cxx b/src/decoder/plugins/FlacIOHandle.cxx index d37cea532..0dd895798 100644 --- a/src/decoder/plugins/FlacIOHandle.cxx +++ b/src/decoder/plugins/FlacIOHandle.cxx @@ -67,7 +67,7 @@ FlacIOSeek(FLAC__IOHandle handle, FLAC__int64 _offset, int whence) { InputStream *is = (InputStream *)handle; - InputStream::offset_type offset = _offset; + offset_type offset = _offset; switch (whence) { case SEEK_SET: break; |