diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/source/stm/streamhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/stm/streamhelper.hxx b/io/source/stm/streamhelper.hxx index 17d12210e32c..12eb3fdb76ab 100644 --- a/io/source/stm/streamhelper.hxx +++ b/io/source/stm/streamhelper.hxx @@ -51,7 +51,7 @@ public: private: /// @throws css::io::BufferSizeExceededException void resizeBuffer(sal_Int32 nMinSize); - inline void checkInvariants() { + void checkInvariants() { assert( m_nBufferLen >= 0 ); assert( m_nOccupiedBuffer >= 0 ); assert( m_nOccupiedBuffer <= m_nBufferLen ); |