summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgio.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgio.hxx')
-rw-r--r--sot/source/sdstor/stgio.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgio.hxx b/sot/source/sdstor/stgio.hxx
index 3511ad10be44..d73db29cfb01 100644
--- a/sot/source/sdstor/stgio.hxx
+++ b/sot/source/sdstor/stgio.hxx
@@ -57,7 +57,7 @@ public:
StgDirStrm* m_pTOC; // TOC stream
StgDataStrm* m_pDataFAT; // small data FAT stream
StgDataStrm* m_pDataStrm; // small data stream
- short GetDataPageSize(); // get the logical data page size
+ short GetDataPageSize() const; // get the logical data page size
bool Load(); // load a storage file
bool Init(); // set up an empty file
bool CommitAll(); // commit everything (root commit)