summaryrefslogtreecommitdiffstats
path: root/include/vcl/fixedhyper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/fixedhyper.hxx')
-rw-r--r--include/vcl/fixedhyper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/fixedhyper.hxx b/include/vcl/fixedhyper.hxx
index c0ecc88db1e4..414ef1661c72 100644
--- a/include/vcl/fixedhyper.hxx
+++ b/include/vcl/fixedhyper.hxx
@@ -40,7 +40,7 @@ class VCL_DLLPUBLIC FixedHyperlink : public FixedText
/** is position X position hitting text */
SAL_DLLPRIVATE bool ImplIsOverText(Point rPosition);
- DECL_STATIC_LINK(FixedHyperlink, HandleClick, FixedHyperlink&, void);
+ DECL_LINK(HandleClick, FixedHyperlink&, void);
protected:
/** overwrites Window::MouseMove().