summaryrefslogtreecommitdiffstats
path: root/src/common/interface/Connection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/interface/Connection.hpp')
-rw-r--r--src/common/interface/Connection.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/interface/Connection.hpp b/src/common/interface/Connection.hpp
index 4cba7196..8daea551 100644
--- a/src/common/interface/Connection.hpp
+++ b/src/common/interface/Connection.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef CONNECTION_H
-#define CONNECTION_H
+#ifndef INGEN_INTERFACE_CONNECTION_HPP
+#define INGEN_INTERFACE_CONNECTION_HPP
#include "raul/Path.hpp"
@@ -40,4 +40,4 @@ public:
} // namespace Shared
} // namespace Ingen
-#endif // CONNECTION_H
+#endif // INGEN_INTERFACE_CONNECTION_HPP