summaryrefslogtreecommitdiffstats
path: root/src/widget/wspinny.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wspinny.cpp')
-rw-r--r--src/widget/wspinny.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widget/wspinny.cpp b/src/widget/wspinny.cpp
index 6a1407f4b6..a48c8b7817 100644
--- a/src/widget/wspinny.cpp
+++ b/src/widget/wspinny.cpp
@@ -1,12 +1,12 @@
#include "widget/wspinny.h"
WSpinny::WSpinny(
- QWidget* parent,
+ QWidget* pParent,
const QString& group,
UserSettingsPointer pConfig,
VinylControlManager* pVCMan,
BaseTrackPlayer* pPlayer)
- : WSpinnyBase(parent, group, pConfig, pVCMan, pPlayer) {
+ : WSpinnyBase(pParent, group, pConfig, pVCMan, pPlayer) {
}
void WSpinny::draw() {