diff options
Diffstat (limited to 'include/vcl/toolkit/button.hxx')
-rw-r--r-- | include/vcl/toolkit/button.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/toolkit/button.hxx b/include/vcl/toolkit/button.hxx index e68818ab62de..28024d8c7d0b 100644 --- a/include/vcl/toolkit/button.hxx +++ b/include/vcl/toolkit/button.hxx @@ -110,7 +110,7 @@ public: protected: /// Handler for click, in case we want the button to handle uno commands (.uno:Something). - DECL_STATIC_LINK(Button, dispatchCommandHandler, Button*, void); + DECL_DLLPRIVATE_STATIC_LINK(Button, dispatchCommandHandler, Button*, void); }; enum class PushButtonDropdownStyle |