From 28c02372b924cc2df099c63ca6b078e4342686d5 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 20 Apr 2013 16:05:31 +0300 Subject: [PATCH] Correct some multiple inclusion guards --- source/core/typelist.h | 4 ++-- source/io/eventdispatcher.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/core/typelist.h b/source/core/typelist.h index bd8bf44..ecc28fa 100644 --- a/source/core/typelist.h +++ b/source/core/typelist.h @@ -1,5 +1,5 @@ -#ifndef CORE_TYPELIST_H_ -#define CORE_TYPELIST_H_ +#ifndef MSP_CORE_TYPELIST_H_ +#define MSP_CORE_TYPELIST_H_ namespace Msp { diff --git a/source/io/eventdispatcher.h b/source/io/eventdispatcher.h index fec8ded..16dd62b 100644 --- a/source/io/eventdispatcher.h +++ b/source/io/eventdispatcher.h @@ -1,5 +1,5 @@ -#ifndef EVENTDISPATCHER_H_ -#define EVENTDISPATCHER_H_ +#ifndef MSP_IO_EVENTDISPATCHER_H_ +#define MSP_IO_EVENTDISPATCHER_H_ #include #include -- 2.43.0