fix event_h protection

This commit is contained in:
David Rose 2006-10-12 16:41:24 +00:00
parent 104a8c24d1
commit 2ed9227148
1 changed files with 3 additions and 2 deletions

View File

@ -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"