include/vcl/graphictools.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2b0c7a1897764a4303d4aed89f29e2ae27f47105 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Fri Mar 7 20:08:44 2025 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Fri Mar 7 20:08:44 2025 +0100 [cp] we need this public symbol for flash export Change-Id: I7387df5841c1b30bda8b95b47df310768084850a diff --git a/include/vcl/graphictools.hxx b/include/vcl/graphictools.hxx index b9dcb53fcba3..ab2371bb795b 100644 --- a/include/vcl/graphictools.hxx +++ b/include/vcl/graphictools.hxx @@ -263,7 +263,7 @@ public: components, a to d rotation, scale and shear (for details, look up your favorite linear algebra/computer graphics book). */ - struct UNLESS_MERGELIBS(VCL_DLLPUBLIC) Transform + struct VCL_DLLPUBLIC Transform { enum { MatrixSize=6 }; Transform();