summaryrefslogtreecommitdiffstats
path: root/src/engine/InputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/InputPort.hpp')
-rw-r--r--src/engine/InputPort.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/InputPort.hpp b/src/engine/InputPort.hpp
index b44c594e..4ed1bc0e 100644
--- a/src/engine/InputPort.hpp
+++ b/src/engine/InputPort.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef INPUTPORT_H
-#define INPUTPORT_H
+#ifndef INGEN_ENGINE_INPUTPORT_HPP
+#define INGEN_ENGINE_INPUTPORT_HPP
#include <string>
#include <cstdlib>
@@ -84,4 +84,4 @@ protected:
} // namespace Ingen
-#endif // INPUTPORT_H
+#endif // INGEN_ENGINE_INPUTPORT_HPP