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