diff options
Diffstat (limited to 'sot/source/sdstor/stgavl.hxx')
-rw-r--r-- | sot/source/sdstor/stgavl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/sdstor/stgavl.hxx b/sot/source/sdstor/stgavl.hxx index 81109619ac42..5b29d0f7d2c7 100644 --- a/sot/source/sdstor/stgavl.hxx +++ b/sot/source/sdstor/stgavl.hxx @@ -51,9 +51,9 @@ public: // The iterator class provides single stepping through an AVL tree. class StgAvlIterator { - StgAvlNode* pRoot; // root entry (parent) - short nCount; // tree size - short nCur; // current element + StgAvlNode* m_pRoot; // root entry (parent) + short m_nCount; // tree size + short m_nCur; // current element StgAvlNode* Find( short ); public: explicit StgAvlIterator( StgAvlNode* ); |