diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-08 14:15:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-12 20:25:54 +0100 |
commit | 033aaeec9ee6d7ab78690054ebf1ad8af5e3eff3 (patch) | |
tree | 4c60a5e567922d944188151d74a07aa96e6e1cbc /include/vcl/opengl | |
parent | a993b2823a106d15a50005567266acfe2f65e28f (diff) |
use more UNLESS_MERGELIBS
Change-Id: I351a9127fb26369d8f598b6d6519d7e490fa476b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163190
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r-- | include/vcl/opengl/OpenGLWrapper.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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 <config_options.h> #include <config_features.h> #include <vcl/dllapi.h> // 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 |