mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-14 09:46:57 -04:00
Add namespace prefix to include guards
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user