From dfc7eabcb92b0138fdf67325b1ee7ba00ce60e7c Mon Sep 17 00:00:00 2001 From: Hyunjin Song Date: Sat, 7 Jan 2023 10:59:39 +0900 Subject: [PATCH] Fix namespace comments --- include/GrooveView.h | 2 +- include/MidiSwing.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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