summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--store/source/lockbyte.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/lockbyte.cxx b/store/source/lockbyte.cxx
index 1a8bf81efd9e..7c02c22b0e01 100644
--- a/store/source/lockbyte.cxx
+++ b/store/source/lockbyte.cxx
@@ -478,7 +478,7 @@ struct FileMapping
sal_uInt32 m_nSize;
oslFileHandle m_hFile;
- FileMapping() : m_pAddr(0), m_nSize(0), m_hFile() {}
+ FileMapping() : m_pAddr(0), m_nSize(0), m_hFile(0) {}
bool operator != (FileMapping const & rhs) const
{