diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-27 05:11:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-27 05:11:15 +0300 |
commit | f902b4a3c13d1502bec17754f15fce03a21c5aaa (patch) | |
tree | 84d2e91b4983a937492a77abcd0863f42e453f39 /src/event.h | |
parent | 3d6d504c4bad50f64d4d54213b13439e938aa517 (diff) | |
download | plus-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.h | 4 |
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> |