fix event_h protection
This commit is contained in:
parent
104a8c24d1
commit
2ed9227148
|
|
@ -16,8 +16,9 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef EVENT_H
|
||||
#define EVENT_H
|
||||
// Apparently some OSX system header defines EVENT_H. Go figure.
|
||||
#ifndef __EVENT_H__
|
||||
#define __EVENT_H__
|
||||
|
||||
#include "pandabase.h"
|
||||
#include "eventParameter.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue