From 033aaeec9ee6d7ab78690054ebf1ad8af5e3eff3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 8 Feb 2024 14:15:37 +0200 Subject: use more UNLESS_MERGELIBS Change-Id: I351a9127fb26369d8f598b6d6519d7e490fa476b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163190 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/opengl/OpenGLWrapper.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/vcl/opengl') diff --git a/include/vcl/opengl/OpenGLWrapper.hxx b/include/vcl/opengl/OpenGLWrapper.hxx index 3711b3fd4ba2..73aa92343e23 100644 --- a/include/vcl/opengl/OpenGLWrapper.hxx +++ b/include/vcl/opengl/OpenGLWrapper.hxx @@ -12,11 +12,12 @@ #ifndef INCLUDED_VCL_OPENGL_OPENGLWRAPPER_HXX #define INCLUDED_VCL_OPENGL_OPENGLWRAPPER_HXX +#include #include #include // All member functions static and VCL_DLLPUBLIC. Basically a glorified namespace. -struct VCL_DLLPUBLIC OpenGLWrapper +struct UNLESS_MERGELIBS(VCL_DLLPUBLIC) OpenGLWrapper { OpenGLWrapper() = delete; // Should not be instantiated -- cgit