Fix typo
This commit is contained in:
parent
ecc90c040e
commit
8d4c2d3145
|
@ -4886,7 +4886,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
<function name="top" yields="item"/>
|
<function name="top" yields="item"/>
|
||||||
</access>
|
</access>
|
||||||
</container>
|
</container>
|
||||||
<container id="stdSet" startPattern="std :: set|unoredered_set|multiset|unoredered_multiset <" inherits="stdContainer">
|
<container id="stdSet" startPattern="std :: set|unordered_set|multiset|unordered_multiset <" inherits="stdContainer">
|
||||||
<access>
|
<access>
|
||||||
<function name="find" action="find" yields="iterator"/>
|
<function name="find" action="find" yields="iterator"/>
|
||||||
<function name="count" action="find"/>
|
<function name="count" action="find"/>
|
||||||
|
|
Loading…
Reference in New Issue