From bf6b57fe198d5637bfaa3261bdfeac0f62df142c Mon Sep 17 00:00:00 2001 From: folecr Date: Mon, 5 Aug 2013 00:16:49 -0700 Subject: [PATCH] Changes to match reverting of namespace simplegame for this sample --- samples/Cpp/SimpleGame/proj.android/jni/hellocpp/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Cpp/SimpleGame/proj.android/jni/hellocpp/main.cpp b/samples/Cpp/SimpleGame/proj.android/jni/hellocpp/main.cpp index fb051d12c5..25e2b97ad3 100644 --- a/samples/Cpp/SimpleGame/proj.android/jni/hellocpp/main.cpp +++ b/samples/Cpp/SimpleGame/proj.android/jni/hellocpp/main.cpp @@ -12,5 +12,5 @@ using namespace cocos2d; void cocos_android_app_init (void) { LOGD("cocos_android_app_init"); - simplegame::AppDelegate *pAppDelegate = new simplegame::AppDelegate(); + AppDelegate *pAppDelegate = new AppDelegate(); }