diff options
Diffstat (limited to 'src/serialisation')
-rw-r--r-- | src/serialisation/Parser.hpp | 6 | ||||
-rw-r--r-- | src/serialisation/Serialiser.hpp | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/src/serialisation/Serialiser.hpp b/src/serialisation/Serialiser.hpp index 2515417e..b4e148e1 100644 --- a/src/serialisation/Serialiser.hpp +++ b/src/serialisation/Serialiser.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef SERIALISER_H -#define SERIALISER_H +#ifndef INGEN_SERIALISATION_SERIALISER_HPP +#define INGEN_SERIALISATION_SERIALISER_HPP #include <map> #include <utility> @@ -125,4 +125,4 @@ private: } // namespace Serialisation } // namespace Ingen -#endif // SERIALISER_H +#endif // INGEN_SERIALISATION_SERIALISER_HPP |