diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-12-09 11:12:12 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-12-09 11:13:02 +0200 |
commit | e9e3124e00676194a10c52ca1a064c44cb668f98 (patch) | |
tree | 81852d54ca1eee6411a9a3de280081861d5ddf06 /vcl/inc/fontsubset.hxx | |
parent | 424c09b10d3d6ba6edfed2dcf560d5ce2c950b9d (diff) |
No need for FontSubsetInfo to be VCL_DLLPUBLIC
Change-Id: If46e04de8380ee0d9a2896d85bdd431d299b19bc
Diffstat (limited to 'vcl/inc/fontsubset.hxx')
-rw-r--r-- | vcl/inc/fontsubset.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/inc/fontsubset.hxx b/vcl/inc/fontsubset.hxx index b341ad4daccc..d728d1fdcb56 100644 --- a/vcl/inc/fontsubset.hxx +++ b/vcl/inc/fontsubset.hxx @@ -25,11 +25,10 @@ #include <cstdio> #include "salglyphid.hxx" -#include "vcl/dllapi.h" namespace vcl { struct _TrueTypeFont; } ///< SFT's idea of a TTF font -class VCL_DLLPUBLIC FontSubsetInfo +class FontSubsetInfo { public: explicit FontSubsetInfo(); |