summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpslvlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpslvlist.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpslvlist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpslvlist.hxx b/lotuswordpro/source/filter/lwpslvlist.hxx
index 2033e2024117..fa8a4aeeb4c5 100644
--- a/lotuswordpro/source/filter/lwpslvlist.hxx
+++ b/lotuswordpro/source/filter/lwpslvlist.hxx
@@ -76,7 +76,7 @@ public:
if( LwpFileHeader::m_nFileRevision < 0x0006 )
pStrm->SkipExtra();
}
- LwpObjectID* GetNext(){return &m_NextID;}
+ LwpObjectID& GetNext(){return m_NextID;}
public:
private:
LwpObjectID m_NextID;