diff options
Diffstat (limited to 'vcl/inc/graphite_layout.hxx')
-rw-r--r-- | vcl/inc/graphite_layout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/graphite_layout.hxx b/vcl/inc/graphite_layout.hxx index ff258bff3a1d..a3076f4c8b9b 100644 --- a/vcl/inc/graphite_layout.hxx +++ b/vcl/inc/graphite_layout.hxx @@ -135,7 +135,7 @@ public: virtual ~GraphiteLayout() throw(); void SetFont(gr_font * pFont) { mpFont = pFont; } -#ifdef WNT +#ifdef _WIN32 gr_font * GetFont() { return mpFont; } void SetFontScale(float s) { mfScaling = s; }; #endif |