summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/glyphcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/glyphcache.hxx')
-rw-r--r--vcl/inc/unx/glyphcache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/glyphcache.hxx b/vcl/inc/unx/glyphcache.hxx
index 4e409560a981..21b196623f30 100644
--- a/vcl/inc/unx/glyphcache.hxx
+++ b/vcl/inc/unx/glyphcache.hxx
@@ -148,8 +148,8 @@ private:
FreetypeFontInstance& mrFontInstance;
// 16.16 fixed point values used for a rotated font
- long mnCos;
- long mnSin;
+ tools::Long mnCos;
+ tools::Long mnSin;
int mnWidth;
int mnPrioAntiAlias;