-Werror,-Wuninitialized
Change-Id: I91333f5290c84c6317b85572824be065da9cf64b
This commit is contained in:
@@ -54,7 +54,7 @@ void BinaryStreamBase::alignToBlock( sal_Int32 nBlockSize, sal_Int64 nAnchorPos
|
||||
}
|
||||
|
||||
BinaryXSeekableStream::BinaryXSeekableStream( const Reference< XSeekable >& rxSeekable ) :
|
||||
BinaryStreamBase( mxSeekable.is() ),
|
||||
BinaryStreamBase( rxSeekable.is() ),
|
||||
mxSeekable( rxSeekable )
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user