summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-05-07 16:14:59 -0700
committerRJ Ryan <rryan@mixxx.org>2016-05-07 16:25:04 -0700
commit2511a95a7332c089a2e77d020e7e331b4ff1a33e (patch)
treec2155145af4eab3d9b8ebbc7063028728da06dac /src/widget/wpushbutton.h
parentcf941799fd0bc0f3751e07e0949305d537825b0c (diff)
Switch a lot of function arguments to const references in LegacySkinParser.
Diffstat (limited to 'src/widget/wpushbutton.h')
-rw-r--r--src/widget/wpushbutton.h2
1 files changed, 1 insertions, 1 deletions
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.