Add namespace prefix to include guards

This commit is contained in:
Dalton Messmer
2023-01-02 19:51:32 -05:00
parent 79def0c3b5
commit fe6df8dbaf
280 changed files with 645 additions and 761 deletions

View File

@@ -22,9 +22,8 @@
*
*/
#ifndef PROJECT_NOTES_H
#define PROJECT_NOTES_H
#ifndef LMMS_GUI_PROJECT_NOTES_H
#define LMMS_GUI_PROJECT_NOTES_H
#include <QMainWindow>