mirror of https://github.com/axmolengine/axmol.git
[android] change the declaration of s_bPopupNotify from public to private
This commit is contained in:
parent
39165142b8
commit
54dc660f6b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue