From fc3caa1845250ce565b5d6e1e7519b6229a679f4 Mon Sep 17 00:00:00 2001 From: andyque Date: Fri, 4 Jul 2014 11:48:55 +0800 Subject: [PATCH] initialize member variable --- .../UILoadingBarTest/UILoadingBarTest_Editor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/UILoadingBarTest/UILoadingBarTest_Editor.cpp b/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/UILoadingBarTest/UILoadingBarTest_Editor.cpp index f882651fdf..ad4ed1b84e 100644 --- a/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/UILoadingBarTest/UILoadingBarTest_Editor.cpp +++ b/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/UILoadingBarTest/UILoadingBarTest_Editor.cpp @@ -6,6 +6,7 @@ // UILoadingBarTest_Editor UILoadingBarTest_Editor::UILoadingBarTest_Editor() +:_count(0) { }