From 2511a95a7332c089a2e77d020e7e331b4ff1a33e Mon Sep 17 00:00:00 2001 From: RJ Ryan Date: Sat, 7 May 2016 16:14:59 -0700 Subject: Switch a lot of function arguments to const references in LegacySkinParser. --- src/widget/wpushbutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/wpushbutton.h') diff --git a/src/widget/wpushbutton.h b/src/widget/wpushbutton.h index cdaf796cb5..8da7b74e2a 100644 --- a/src/widget/wpushbutton.h +++ b/src/widget/wpushbutton.h @@ -62,7 +62,7 @@ class WPushButton : public WWidget { return 0; } - virtual void setup(QDomNode node, const SkinContext& context); + virtual void setup(const QDomNode& node, const SkinContext& context); // Sets the number of states associated with this button, and removes // associated pixmaps. -- cgit v1.2.3