issue 10: update CCTouchDispatcher.h

This commit is contained in:
Ming 2010-07-20 06:21:59 +00:00
parent 4963bc4223
commit 1d860d2f54
1 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@ THE SOFTWARE.
#define __TOUCH_DISPATCHER_CCTOUCH_DISPATCHER_H__
#include "CCTouchDelegateProtocol.h"
#include "../cocoa/NSObject.h"
#include "../cocoa/NSMutableArray.h"
#include "cocoa/NSObject.h"
#include "cocoa/NSMutableArray.h"
typedef enum
{
@ -129,7 +129,7 @@ public:
public:
// singleton of the CCTouchDispatcher
static CCTouchDispatcher* getSharedDispather();
static CCTouchDispatcher* getSharedDispatcher();
protected:
CCTouchDispatcher() {};