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