summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 15:47:42 +1100
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-20 01:25:51 -0400
commitd006a75c56c8a88c5a4986a9f3b1a2251560e86d (patch)
tree5328ea23e48d15086bac00ede919d67c716a436c /include
parent6376929a5ecc50a50fec0d4fe9f21bddbd554bb1 (diff)
vcl: fix WaE messages
Reviewed-on: https://gerrit.libreoffice.org/21240 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> (cherry picked from commit 3f787ee4ad062fc5c14d783140a1d9d67e79af41) Change-Id: Ib861efdaa9e18a22fb967bcef251792c9b9f5768
Diffstat (limited to 'include')
-rw-r--r--include/vcl/ITiledRenderable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index be087a59875a..4d9796a5d3ef 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -23,8 +23,8 @@ namespace vcl
class VCL_DLLPUBLIC ITiledRenderable
{
protected:
- int nTilePixelWidth, nTilePixelHeight;
- int nTileTwipWidth, nTileTwipHeight;
+ int mnTilePixelWidth, mnTilePixelHeight;
+ int mnTileTwipWidth, mnTileTwipHeight;
public:
virtual ~ITiledRenderable();