diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 15:47:42 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 05:45:47 +0000 |
commit | 3f787ee4ad062fc5c14d783140a1d9d67e79af41 (patch) | |
tree | 970422d31f9b3a1b9fe9d41ba896993ed441057f /include | |
parent | 00d8c1a19c7ff0e24f54ac0261a53ac4d8235993 (diff) |
vcl: fix WaE messages
Change-Id: Ib861efdaa9e18a22fb967bcef251792c9b9f5768
Reviewed-on: https://gerrit.libreoffice.org/21240
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/ITiledRenderable.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx index ba7733052ec8..a1e1d80128d9 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(); |