summaryrefslogtreecommitdiffstats
path: root/src/engine/mix.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/mix.hpp')
-rw-r--r--src/engine/mix.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/mix.hpp b/src/engine/mix.hpp
index 792e4e94..ad12bad0 100644
--- a/src/engine/mix.hpp
+++ b/src/engine/mix.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef MIX_HPP
-#define MIX_HPP
+#ifndef INGEN_ENGINE_MIX_HPP
+#define INGEN_ENGINE_MIX_HPP
#include "raul/log.hpp"
#include "interface/PortType.hpp"
@@ -83,4 +83,4 @@ mix(Context& context, Buffer* dst, const Buffer*const* srcs, uint32_t num_srcs)
} // namespace Ingen
-#endif // MIX_HPP
+#endif // INGEN_ENGINE_MIX_HPP