summaryrefslogtreecommitdiff
path: root/vcl/inc/fontsubset.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@oracle.com>2011-01-25 17:35:20 +0100
committerPhilipp Lohmann [pl] <Philipp.Lohmann@oracle.com>2011-01-25 17:35:20 +0100
commitbb3127a8c053434ab1f4c42624b3d70a5fbfa9e6 (patch)
treed242ce7135d26afdfc97af4c1cdd083c619a66ca /vcl/inc/fontsubset.hxx
parent19ba1faf12419233e8a772ba8609703cbce1c6e7 (diff)
vcl2gnumake: #i116588# move vcl to gbuild (step 1, linux)
Diffstat (limited to 'vcl/inc/fontsubset.hxx')
-rw-r--r--vcl/inc/fontsubset.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/inc/fontsubset.hxx b/vcl/inc/fontsubset.hxx
index a34212128741..a57f5f0fd553 100644
--- a/vcl/inc/fontsubset.hxx
+++ b/vcl/inc/fontsubset.hxx
@@ -32,9 +32,11 @@
#include <tools/string.hxx>
#include <cstdio>
+#include "vcl/dllapi.h"
+
namespace vcl { struct _TrueTypeFont; } // SFT's idea of a TTF font
-class FontSubsetInfo
+class VCL_DLLPUBLIC FontSubsetInfo
{
public:
explicit FontSubsetInfo( void );