summaryrefslogtreecommitdiffstats
path: root/src/client/PatchModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/PatchModel.hpp')
-rw-r--r--src/client/PatchModel.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/PatchModel.hpp b/src/client/PatchModel.hpp
index 8245ee5a..748c2704 100644
--- a/src/client/PatchModel.hpp
+++ b/src/client/PatchModel.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef PATCHMODEL_H
-#define PATCHMODEL_H
+#ifndef INGEN_CLIENT_PATCHMODEL_HPP
+#define INGEN_CLIENT_PATCHMODEL_HPP
#include <cassert>
#include <sigc++/sigc++.h>
@@ -98,4 +98,4 @@ private:
} // namespace Client
} // namespace Ingen
-#endif // PATCHMODEL_H
+#endif // INGEN_CLIENT_PATCHMODEL_HPP