summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx
index 2bf3ac2d8113..f8715d71408a 100644
--- a/sot/source/sdstor/stg.cxx
+++ b/sot/source/sdstor/stg.cxx
@@ -901,7 +901,7 @@ const ClsId& Storage::GetClassId() const
if ( pEntry )
return pEntry->m_aEntry.GetClassId();
- static ClsId aDummyId = {0,0,0,{0,0,0,0,0,0,0,0}};
+ static const ClsId aDummyId = {0,0,0,{0,0,0,0,0,0,0,0}};
return aDummyId;
}