diff --git a/include/GrooveView.h b/include/GrooveView.h index 660599592..4a6f64b61 100644 --- a/include/GrooveView.h +++ b/include/GrooveView.h @@ -56,6 +56,6 @@ private: QComboBox* m_comboBox; }; -} // namespace lmms +} // namespace lmms::gui #endif // GROOVEVIEW_H diff --git a/include/MidiSwing.h b/include/MidiSwing.h index 744009dd6..37009c4a0 100644 --- a/include/MidiSwing.h +++ b/include/MidiSwing.h @@ -58,6 +58,6 @@ public: QWidget* instantiateView(QWidget* parent); }; -} +} // namespace lmms #endif // MIDISWING_H