diff options
Diffstat (limited to 'comphelper/source/streaming')
-rw-r--r-- | comphelper/source/streaming/seqstream.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comphelper/source/streaming/seqstream.cxx b/comphelper/source/streaming/seqstream.cxx index 242af3a39b4c..bfc9ec59e531 100644 --- a/comphelper/source/streaming/seqstream.cxx +++ b/comphelper/source/streaming/seqstream.cxx @@ -33,7 +33,8 @@ using namespace ::osl; //--------------------------------------------------------------------------------------------- //------------------------------------------------------------------ -SequenceInputStream::SequenceInputStream(const ByteSequence& rData) +SequenceInputStream::SequenceInputStream( + css::uno::Sequence<sal_Int8> const & rData) : m_aData(rData) , m_nPos(0) { |