[android] change the declaration of s_bPopupNotify from public to private

This commit is contained in:
minggo 2011-01-26 16:44:58 +08:00
parent 39165142b8
commit 54dc660f6b
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,7 @@ public:
@todo not implement now
*/
static void setIsPopupNotify(bool bNotify);
static bool getIsPopupNotify();
static bool s_bPopupNotify;
static bool getIsPopupNotify();
private:
bool loadPngFromStream(unsigned char *data, int nLength);
@ -109,6 +108,7 @@ private:
private:
tImageInfo m_imageInfo;
static bool s_bPopupNotify;
};
}//namespace cocos2d