summaryrefslogtreecommitdiffstats
path: root/src/widget/woverviewlmh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/woverviewlmh.h')
-rw-r--r--src/widget/woverviewlmh.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/widget/woverviewlmh.h b/src/widget/woverviewlmh.h
index e144f76489..c6ed4cb16f 100644
--- a/src/widget/woverviewlmh.h
+++ b/src/widget/woverviewlmh.h
@@ -5,7 +5,11 @@
class WOverviewLMH : public WOverview {
public:
- WOverviewLMH(const char *pGroup, UserSettingsPointer pConfig, QWidget* parent);
+ WOverviewLMH(
+ const char* group,
+ PlayerManager* pPlayerManager,
+ UserSettingsPointer pConfig,
+ QWidget* parent = nullptr);
private:
bool drawNextPixmapPart() override;