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,8 +22,8 @@
*
*/
#ifndef SAMPLE_TRACK_VIEW_H
#define SAMPLE_TRACK_VIEW_H
#ifndef LMMS_GUI_SAMPLE_TRACK_VIEW_H
#define LMMS_GUI_SAMPLE_TRACK_VIEW_H
#include "TrackView.h"
@@ -109,4 +109,4 @@ private:
} // namespace lmms
#endif
#endif