summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-23 10:44:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-23 10:44:37 +0100
commit4de7cabd467c1ae3c94d2d32b867b5e7f956133d (patch)
tree6ba8a591cc3e87ef8374d680758bdd3b4bf7167b
parent05ef22774ac842ffff96eeec3a3cdcfa3c292d2f (diff)
WaE: -Werror=shadow
Change-Id: I978b25d23bb2c523b3207f17c61f6569b9baa3e1
-rw-r--r--sw/qa/tiledrendering/tiledrendering.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/tiledrendering/tiledrendering.cxx b/sw/qa/tiledrendering/tiledrendering.cxx
index 9991bbea1836..fcf3f3896f96 100644
--- a/sw/qa/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/tiledrendering/tiledrendering.cxx
@@ -55,9 +55,9 @@ class TiledRenderingDialog: public ModalDialog{
private:
TiledRenderingApp * app;
public:
- TiledRenderingDialog(TiledRenderingApp * app) :
+ TiledRenderingDialog(TiledRenderingApp * app_) :
ModalDialog(DIALOG_NO_PARENT, "TiledRendering", "qa/sw/ui/tiledrendering.ui"),
- app(app)
+ app(app_)
{
PushButton * renderButton;
get(renderButton,"buttonRenderTile");