summaryrefslogtreecommitdiffstats
path: root/src/Event.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Event.hpp')
-rw-r--r--src/Event.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Event.hpp b/src/Event.hpp
index aa485c1..406345d 100644
--- a/src/Event.hpp
+++ b/src/Event.hpp
@@ -14,8 +14,8 @@
* along with Patchage. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef PATCHAGE_PATCHAGEEVENT_HPP
-#define PATCHAGE_PATCHAGEEVENT_HPP
+#ifndef PATCHAGE_EVENT_HPP
+#define PATCHAGE_EVENT_HPP
#include "ClientID.hpp"
#include "ClientInfo.hpp"
@@ -85,4 +85,4 @@ using Event = boost::variant<DriverAttachmentEvent,
} // namespace patchage
-#endif // PATCHAGE_PATCHAGEEVENT_HPP
+#endif // PATCHAGE_EVENT_HPP