mirror of https://github.com/axmolengine/axmol.git
Skip Useless MenuItemToggle::initWithCallback to fix windows compilation issue
This commit is contained in:
parent
17bdfb4050
commit
08837955a7
|
@ -50,6 +50,7 @@ skip = Node::[^setPosition$ setGLServerState description getUserObject .*UserDat
|
|||
Director::[getAccelerometer getProjection getFrustum getRenderer getConsole getCocos2dThreadId],
|
||||
Layer.*::[didAccelerate keyPressed keyReleased],
|
||||
Menu.*::[.*Target getSubItems create initWithItems alignItemsInRows alignItemsInColumns],
|
||||
MenuItemToggle::[initWithCallback],
|
||||
Copying::[*],
|
||||
LabelProtocol::[*],
|
||||
LabelTextFormatProtocol::[*],
|
||||
|
|
Loading…
Reference in New Issue