summaryrefslogtreecommitdiffstats
path: root/src/engine/events/Ping.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/Ping.hpp')
-rw-r--r--src/engine/events/Ping.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/events/Ping.hpp b/src/engine/events/Ping.hpp
index 8a8b554d..f7359efc 100644
--- a/src/engine/events/Ping.hpp
+++ b/src/engine/events/Ping.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef PINGQUEUEDEVENT_H
-#define PINGQUEUEDEVENT_H
+#ifndef INGEN_EVENTS_PING_HPP
+#define INGEN_EVENTS_PING_HPP
#include "QueuedEvent.hpp"
#include "types.hpp"
@@ -48,4 +48,4 @@ public:
} // namespace Ingen
} // namespace Events
-#endif // PINGQUEUEDEVENT_H
+#endif // INGEN_EVENTS_PING_HPP