summaryrefslogtreecommitdiff
path: root/src/event.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-06-27 05:11:15 +0300
committerAndrei Karas <akaras@inbox.ru>2011-06-27 05:11:15 +0300
commitf902b4a3c13d1502bec17754f15fce03a21c5aaa (patch)
tree84d2e91b4983a937492a77abcd0863f42e453f39 /src/event.h
parent3d6d504c4bad50f64d4d54213b13439e938aa517 (diff)
downloadplus-f902b4a3c13d1502bec17754f15fce03a21c5aaa.tar.gz
plus-f902b4a3c13d1502bec17754f15fce03a21c5aaa.tar.bz2
plus-f902b4a3c13d1502bec17754f15fce03a21c5aaa.tar.xz
plus-f902b4a3c13d1502bec17754f15fce03a21c5aaa.zip
Fix errors in MacOS compilation.
Diffstat (limited to 'src/event.h')
-rw-r--r--src/event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event.h b/src/event.h
index 8634a654c..9ff02f3d0 100644
--- a/src/event.h
+++ b/src/event.h
@@ -19,8 +19,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef EVENT_H
-#define EVENT_H
+#ifndef MANA_EVENT_H
+#define MANA_EVENT_H
#include <map>
#include <set>