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 98b5e159e3bb..dea9b3c5470f 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_LINK(HandleClick, FixedHyperlink&, void); + DECL_STATIC_LINK(FixedHyperlink, HandleClick, FixedHyperlink&, void); protected: /** overwrites Window::MouseMove(). |