summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpvpointer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpvpointer.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpvpointer.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpvpointer.hxx b/lotuswordpro/source/filter/lwpvpointer.hxx
index 3ed6356dbc64..bce43a204068 100644
--- a/lotuswordpro/source/filter/lwpvpointer.hxx
+++ b/lotuswordpro/source/filter/lwpvpointer.hxx
@@ -67,11 +67,12 @@
class LwpVersionedPointer final : public LwpObject
{
public:
- LwpVersionedPointer(LwpObjectHeader const & objHdr, LwpSvStream* pStrm);
+ LwpVersionedPointer(LwpObjectHeader const& objHdr, LwpSvStream* pStrm);
void Read() override;
void RegisterStyle() override;
void Parse(IXFStream* pOutputStream) override;
- LwpObjectID& GetPointer(){return m_PointerID;}
+ LwpObjectID& GetPointer() { return m_PointerID; }
+
private:
LwpObjectID m_PointerID;
virtual ~LwpVersionedPointer() override {}