summaryrefslogtreecommitdiff
path: root/vcl/inc/headless/BitmapHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/headless/BitmapHelper.hxx')
-rw-r--r--vcl/inc/headless/BitmapHelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/headless/BitmapHelper.hxx b/vcl/inc/headless/BitmapHelper.hxx
index 0aed5e3693fc..dbd7e86675e3 100644
--- a/vcl/inc/headless/BitmapHelper.hxx
+++ b/vcl/inc/headless/BitmapHelper.hxx
@@ -23,7 +23,7 @@
#include <headless/svpbmp.hxx>
#include <basegfx/utils/systemdependentdata.hxx>
-class BitmapHelper : public SurfaceHelper
+class VCL_DLLPUBLIC BitmapHelper : public SurfaceHelper
{
private:
#ifdef HAVE_CAIRO_FORMAT_RGB24_888
@@ -37,7 +37,7 @@ public:
unsigned char* getBits(sal_Int32& rStride);
};
-class MaskHelper : public SurfaceHelper
+class VCL_DLLPUBLIC MaskHelper : public SurfaceHelper
{
private:
std::unique_ptr<unsigned char[]> pAlphaBits;