summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialisation/Parser.hpp')
-rw-r--r--src/serialisation/Parser.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/serialisation/Parser.hpp b/src/serialisation/Parser.hpp
index 99c6dc81..0ce81e37 100644
--- a/src/serialisation/Parser.hpp
+++ b/src/serialisation/Parser.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef LOADER_H
-#define LOADER_H
+#ifndef INGEN_SERIALISATION_LOADER_HPP
+#define INGEN_SERIALISATION_LOADER_HPP
#include <string>
#include <glibmm/ustring.h>
@@ -117,4 +117,4 @@ private:
} // namespace Serialisation
} // namespace Ingen
-#endif // LOADER_H
+#endif // INGEN_SERIALISATION_LOADER_HPP