diff --git a/src/blackcore/context/contextaudioimpl.cpp b/src/blackcore/context/contextaudioimpl.cpp index 7cdd09363..9a0bdca7c 100644 --- a/src/blackcore/context/contextaudioimpl.cpp +++ b/src/blackcore/context/contextaudioimpl.cpp @@ -300,7 +300,7 @@ namespace BlackCore Q_ASSERT(m_voice); Q_ASSERT(newRooms.size() == 2); Q_ASSERT(getIContextOwnAircraft()); - if (m_debugEnabled) {CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO << newRooms; } + if (m_debugEnabled) { CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO << newRooms; } CVoiceRoomList currentRooms = getComVoiceRooms(); CVoiceRoom currentRoomCom1 = currentRooms[0]; diff --git a/src/blackgui/components/datasettingscomponent.h b/src/blackgui/components/datasettingscomponent.h index 0e1adcd4c..6da056d7a 100644 --- a/src/blackgui/components/datasettingscomponent.h +++ b/src/blackgui/components/datasettingscomponent.h @@ -28,7 +28,7 @@ namespace BlackGui /** * Settings */ - class BLACKGUI_EXPORT CDataSettingsComponent : public BlackGui::COverlayMessagesFrame + class BLACKGUI_EXPORT CDataSettingsComponent : public COverlayMessagesFrame { Q_OBJECT