From ed530454b213a0f3860f934e7498da71f117720f Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 18 Sep 2014 02:11:20 +0800 Subject: [PATCH] fix compile error --- cocos/ui/UIWebViewImpl_win32.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cocos/ui/UIWebViewImpl_win32.h b/cocos/ui/UIWebViewImpl_win32.h index 8b13692c0d..b1c3f24853 100644 --- a/cocos/ui/UIWebViewImpl_win32.h +++ b/cocos/ui/UIWebViewImpl_win32.h @@ -61,5 +61,3 @@ namespace cocos2d { #endif // CC_TARGET_PLATFORM == CC_PLATFORM_WIN32 #endif //__cocos2d_plugin_WebViewImpl_win32_H_ - -#endif