summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-10-22 16:49:24 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-10-22 17:23:39 +0200
commitd1da933407de3112fe766c2d05e8b6fd5464b4e2 (patch)
tree0cdba00e4eea8a05ff43470daf955fe6d777de61
parent492768e3a4e9d497d4b6784ab59f239301542eea (diff)
we need to export the SalGraphicsImpl class
Change-Id: I569a1aacdb7a87b0e8045863a8569520bd0df09a
-rw-r--r--vcl/inc/salgdiimpl.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/inc/salgdiimpl.hxx b/vcl/inc/salgdiimpl.hxx
index 737524002b0b..1230d1cae0c9 100644
--- a/vcl/inc/salgdiimpl.hxx
+++ b/vcl/inc/salgdiimpl.hxx
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <vcl/dllapi.h>
+
#include <rtl/ustring.hxx>
#include <tools/solar.h>
@@ -30,7 +32,7 @@
class SalGraphics;
class SalBitmap;
-class SalGraphicsImpl
+class VCL_PLUGIN_PUBLIC SalGraphicsImpl
{
public: