Skip to content

Commit

Permalink
add more debug assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Dec 14, 2020
1 parent bd8f0f4 commit 2b1eb59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mixxx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ MixxxMainWindow::MixxxMainWindow(
m_pDeveloperToolsDlg(nullptr),
m_toolTipsCfg(mixxx::TooltipsPreference::TOOLTIPS_ON),
m_pTouchShift(nullptr) {
DEBUG_ASSERT(pApp);
DEBUG_ASSERT(pCoreServices);
m_pCoreServices->initializeSettings();
m_pCoreServices->initializeKeyboard();
// These depend on the settings
Expand Down

0 comments on commit 2b1eb59

Please sign in to comment.