Skip to content

Commit e897993

Browse files
authored
cocos2d::
1 parent cc72d43 commit e897993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codegen/src/SourceGen.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ std::unordered_map<void*, bool>& cocos2d::CCDestructor::destructorLock() {{
1717
return s_lock;
1818
}}
1919
20-
bool& CCDestructor::globalLock() {{
20+
bool& cocos2d::CCDestructor::globalLock() {{
2121
static thread_local bool ret = false;
2222
return ret;
2323
}}
@@ -26,7 +26,7 @@ bool& cocos2d::CCDestructor::lock(void* self) {{
2626
return destructorLock()[self];
2727
}}
2828
29-
CCDestructor::~CCDestructor() {{
29+
cocos2d::CCDestructor::~CCDestructor() {{
3030
destructorLock().erase(this);
3131
}}
3232
#endif

0 commit comments

Comments
 (0)