add gui namespace before SEL_TouchEvent

This commit is contained in:
hanson 2013-11-26 17:03:01 +08:00
parent bf07077c52
commit d650c0a6a1
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ typedef enum
}PositionType;
typedef void (cocos2d::Object::*SEL_TouchEvent)(cocos2d::Object*,TouchEventType);
#define toucheventselector(_SELECTOR) (SEL_TouchEvent)(&_SELECTOR)
#define toucheventselector(_SELECTOR) (gui::SEL_TouchEvent)(&_SELECTOR)
class UIWidget : public cocos2d::Object
{