Skip to content

Commit

Permalink
add static to variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanweizhang2013 committed Apr 11, 2014
1 parent 6bd5f04 commit 1b52459
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -26,7 +26,6 @@ THE SOFTWARE.
#include "lua_debugger.h"
#include "CCLuaEngine.h"
#include "cocos2d.h"
#include "CCFontFNT.h"
#include "json/document.h"
#include "json/filestream.h"
#include "json/stringbuffer.h"
Expand All @@ -45,7 +44,7 @@ using namespace std;
using namespace cocos2d;

std::string g_resourcePath;
rapidjson::Document g_filecfgjson;
static rapidjson::Document g_filecfgjson;

extern string getIPAddress();
const char* getRuntimeVersion()
Expand Down

0 comments on commit 1b52459

Please sign in to comment.