summaryrefslogtreecommitdiff
path: root/include/vcl/toolkit
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@collabora.co.uk>2024-02-13 16:15:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-02-13 18:53:21 +0100
commit34a09df2d112a9d6828a9a65d9965aacae6c7c41 (patch)
tree862d7101ae95dbadec7d08880749aed292956624 /include/vcl/toolkit
parent29c9587df7f0e7ce27e616c6fc9640a1df0d20a7 (diff)
fix windows --enable-mergelibs build
after commit b663d94cf67a5af4fd89c1ac8bdffd6059f6bf85 Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Mon Feb 5 08:50:24 2024 +0200 create --enable-mergelibs=more Change-Id: Ib9f0b3b28df70a9bab10d9bb0aa77a2b2decc616 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163308 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/toolkit')
-rw-r--r--include/vcl/toolkit/field.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/toolkit/field.hxx b/include/vcl/toolkit/field.hxx
index cbff835934f6..699d7bb74416 100644
--- a/include/vcl/toolkit/field.hxx
+++ b/include/vcl/toolkit/field.hxx
@@ -160,7 +160,7 @@ private:
};
-class UNLESS_MERGELIBS(VCL_DLLPUBLIC) MetricFormatter : public NumericFormatter
+class VCL_DLLPUBLIC MetricFormatter : public NumericFormatter
{
public:
virtual ~MetricFormatter() override;