diff options
Diffstat (limited to 'src/engine/events/SendBinding.hpp')
-rw-r--r-- | src/engine/events/SendBinding.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/events/SendBinding.hpp b/src/engine/events/SendBinding.hpp index 303e29fa..7cce3767 100644 --- a/src/engine/events/SendBinding.hpp +++ b/src/engine/events/SendBinding.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef SENDBINDINGEVENT_H -#define SENDBINDINGEVENT_H +#ifndef INGEN_EVENTS_SENDBINDING_HPP +#define INGEN_EVENTS_SENDBINDING_HPP #include "raul/Atom.hpp" #include "interface/MessageType.hpp" @@ -65,4 +65,4 @@ private: } // namespace Ingen } // namespace Events -#endif // SENDBINDINGEVENT_H +#endif // INGEN_EVENTS_SENDBINDING_HPP |