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 SERIALIZING_OBJECT_H
#define SERIALIZING_OBJECT_H
#ifndef LMMS_SERIALIZING_OBJECT_H
#define LMMS_SERIALIZING_OBJECT_H
#include <QString>
@@ -102,4 +102,3 @@ private:
} // namespace lmms
#endif