summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-10-07 21:35:14 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 13:41:56 +0100
commit931e6bf52fd14e122511ce97f15b0d8527bc3c07 (patch)
tree45047f72089d8e6efd17cfcd3a3ce37e9790edee /vcl
parent16b9b1aa33504d57258d6b875c89cb77b47602e2 (diff)
cleanup some missing conditionals causing problems for mac
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/vcl/sysdata.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/vcl/sysdata.hxx b/vcl/inc/vcl/sysdata.hxx
index b97e8540f976..59a174d136b2 100644
--- a/vcl/inc/vcl/sysdata.hxx
+++ b/vcl/inc/vcl/sysdata.hxx
@@ -218,6 +218,7 @@ struct SystemFontData
, hFont( 0 )
#elif defined( QUARTZ )
, aATSUFontID( NULL )
+#elif defined( IOS )
#elif defined( UNX )
, nFontId( NULL )
, nFontFlags( 0 )