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