diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/zcodec/zcodec.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/zcodec/zcodec.cxx b/tools/source/zcodec/zcodec.cxx index ed6d8e4d5a08..3fce309306f3 100644 --- a/tools/source/zcodec/zcodec.cxx +++ b/tools/source/zcodec/zcodec.cxx @@ -335,7 +335,7 @@ void ZCodec::SetBreak( sal_uIntPtr nInToRead ) mnInToRead = nInToRead; } -sal_uIntPtr ZCodec::GetBreak( void ) +sal_uIntPtr ZCodec::GetBreak() { return ( mnInToRead + PZSTREAM->avail_in ); } |