diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-10-22 16:49:24 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 07:58:06 +0100 |
commit | 7cf46a889b340b59064108e1c3ee942e98f3cf07 (patch) | |
tree | 4f5cff867b5617fad7545e2ea919f792fbd8e12b /vcl/inc/salgdiimpl.hxx | |
parent | ec8688fa2a311ce5fb463ce7c321757d1c2d8a3b (diff) |
we need to export the SalGraphicsImpl class
Change-Id: I569a1aacdb7a87b0e8045863a8569520bd0df09a
Diffstat (limited to 'vcl/inc/salgdiimpl.hxx')
-rw-r--r-- | vcl/inc/salgdiimpl.hxx | 4 |
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: |