From dc2a8b4a43ac4d353577f95414e5fe864bb7193a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20=C5=9Eiar=20Baysal?= Date: Fri, 8 Nov 2024 11:20:30 +0100 Subject: [PATCH] comma conflict --- src/minidexed.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/minidexed.cpp b/src/minidexed.cpp index aa014df..6c0b46f 100644 --- a/src/minidexed.cpp +++ b/src/minidexed.cpp @@ -59,13 +59,13 @@ CMiniDexed::CMiniDexed (CConfig *pConfig, CInterruptSystem *pInterrupt, m_bSavePerformanceNewFile (false), m_bSetNewPerformance (false), m_bDeletePerformance (false), - m_bLoadPerformanceBusy(false), m_pNet(nullptr), m_pNetDevice(nullptr), m_WLAN(WLANFirmwarePath), m_WPASupplicant(WLANConfigFile), m_bNetworkReady(false), - m_UDPMIDI (this, pConfig, &m_UI) + m_UDPMIDI (this, pConfig, &m_UI), + m_bLoadPerformanceBusy(false) { assert (m_pConfig);