summaryrefslogtreecommitdiff
path: root/include/vcl/sysdata.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-06-05 10:47:13 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-06-05 10:47:13 +0200
commite152b756b3558a3619e5bedb6b258cc7f0879e90 (patch)
tree6149fbd316e062c7e26af5f8e2b4866729d9f3f7 /include/vcl/sysdata.hxx
parent676a7e996aa664d3478c2397586564b22706ef63 (diff)
vcl: fix Android build
Change-Id: I31724cd56516e6112b66159f722188b228e2eab5
Diffstat (limited to 'include/vcl/sysdata.hxx')
-rw-r--r--include/vcl/sysdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx
index 57217df2fb57..7a3ee4c305e5 100644
--- a/include/vcl/sysdata.hxx
+++ b/include/vcl/sysdata.hxx
@@ -202,7 +202,7 @@ struct SystemGlyphData
int fallbacklevel;
};
-#if ENABLE_CAIRO_CANVAS
+#if ENABLE_CAIRO_CANVAS || defined(ANDROID)
struct SystemFontData
{