mirror of https://github.com/axmolengine/axmol.git
correct size for Listener ID
This commit is contained in:
parent
2db3ffd01f
commit
4848e3d3bb
|
@ -57,7 +57,7 @@ public:
|
|||
CUSTOM
|
||||
};
|
||||
|
||||
typedef int ListenerID;
|
||||
typedef std::size_t ListenerID;
|
||||
|
||||
protected:
|
||||
/** Constructor */
|
||||
|
|
Loading…
Reference in New Issue