Fix namespace comments

This commit is contained in:
Hyunjin Song
2023-01-07 10:59:39 +09:00
parent 9b3fe5e2ad
commit dfc7eabcb9
2 changed files with 2 additions and 2 deletions

View File

@@ -56,6 +56,6 @@ private:
QComboBox* m_comboBox;
};
} // namespace lmms
} // namespace lmms::gui
#endif // GROOVEVIEW_H

View File

@@ -58,6 +58,6 @@ public:
QWidget* instantiateView(QWidget* parent);
};
}
} // namespace lmms
#endif // MIDISWING_H