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
|
@todo not implement now
|
||||||
*/
|
*/
|
||||||
static void setIsPopupNotify(bool bNotify);
|
static void setIsPopupNotify(bool bNotify);
|
||||||
static bool getIsPopupNotify();
|
static bool getIsPopupNotify();
|
||||||
static bool s_bPopupNotify;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool loadPngFromStream(unsigned char *data, int nLength);
|
bool loadPngFromStream(unsigned char *data, int nLength);
|
||||||
|
@ -109,6 +108,7 @@ private:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
tImageInfo m_imageInfo;
|
tImageInfo m_imageInfo;
|
||||||
|
static bool s_bPopupNotify;
|
||||||
};
|
};
|
||||||
}//namespace cocos2d
|
}//namespace cocos2d
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue