mirror of https://github.com/axmolengine/axmol.git
issue #2790: Comment fix for Map<K, V>::clear.
Signed-off-by: James Chen <jianhua.chen@cocos2d-x.org>
This commit is contained in:
parent
6264336809
commit
3fc9c93102
|
@ -248,7 +248,7 @@ public:
|
||||||
|
|
||||||
/** All the elements in the Map<K,V> container are dropped:
|
/** All the elements in the Map<K,V> container are dropped:
|
||||||
* their reference count will be decreased, and they are removed from the container,
|
* their reference count will be decreased, and they are removed from the container,
|
||||||
* leaving it with a size of 0. Al
|
* leaving it with a size of 0.
|
||||||
*/
|
*/
|
||||||
void clear()
|
void clear()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue