summaryrefslogtreecommitdiff
path: root/io/source/stm/omark.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/stm/omark.cxx')
-rw-r--r--io/source/stm/omark.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx
index 646f06c2b98b..c2e524b0c965 100644
--- a/io/source/stm/omark.cxx
+++ b/io/source/stm/omark.cxx
@@ -717,7 +717,7 @@ void OMarkableInputStream::closeInput() throw (NotConnectedException, RuntimeExc
setSuccessor( Reference< XConnectable >() );
delete m_pBuffer;
- m_pBuffer = 0;
+ m_pBuffer = nullptr;
m_nCurrentPos = 0;
m_nCurrentMark = 0;
}