diff options
Diffstat (limited to 'include/vcl/fixedhyper.hxx')
-rw-r--r-- | include/vcl/fixedhyper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/fixedhyper.hxx b/include/vcl/fixedhyper.hxx index 414ef1661c72..da1e8ea84fbb 100644 --- a/include/vcl/fixedhyper.hxx +++ b/include/vcl/fixedhyper.hxx @@ -27,7 +27,7 @@ class VCL_DLLPUBLIC FixedHyperlink : public FixedText { private: long m_nTextLen; - Pointer m_aOldPointer; + PointerStyle m_aOldPointer; Link<FixedHyperlink&,void> m_aClickHdl; OUString m_sURL; |