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
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-05 23:37:41 -0500
commit200b006bd102cf2dd1b63a59c5ec8bc18a8d1e42 (patch)
tree932ba3bb5870d511b14fb7836068938c212a5f8a /include/vcl/sysdata.hxx
parentc37c3eb03109c08e43a7b68f8061aef088088798 (diff)
vcl: fix Android build
Change-Id: I31724cd56516e6112b66159f722188b228e2eab5 (cherry picked from commit e152b756b3558a3619e5bedb6b258cc7f0879e90)
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
{