summaryrefslogtreecommitdiffstats
path: root/src/mixxx.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-05-16 14:14:21 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2020-05-16 20:55:55 +0200
commit54f744f8e534bcb567dc78610367859354e7ba46 (patch)
tree4f1fb3b1ab8340080aebf18ddf450989c2aa772a /src/mixxx.h
parent88714c1b3b2e91f596086bf406a1ccf810e673d9 (diff)
Make m_pMenuBar a parented_ptr
Diffstat (limited to 'src/mixxx.h')
-rw-r--r--src/mixxx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixxx.h b/src/mixxx.h
index c09a647548..6367921457 100644
--- a/src/mixxx.h
+++ b/src/mixxx.h
@@ -183,7 +183,7 @@ class MixxxMainWindow : public QMainWindow {
// The library management object
Library* m_pLibrary;
- WMainMenuBar* m_pMenuBar;
+ parented_ptr<WMainMenuBar> m_pMenuBar;
DlgDeveloperTools* m_pDeveloperToolsDlg;