mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-15 19:52:05 +00:00
Minor fix to remove_from_container's comment.
This commit is contained in:
parent
d5f32fb264
commit
e89d8a6231
@ -9,8 +9,7 @@
|
||||
|
||||
namespace base {
|
||||
|
||||
// Removes the first ocurrence of the specified element from the STL
|
||||
// container.
|
||||
// Removes all ocurrences of the specified element from the STL container.
|
||||
template<typename ContainerType>
|
||||
void remove_from_container(ContainerType& container,
|
||||
typename ContainerType::const_reference element)
|
||||
|
Loading…
Reference in New Issue
Block a user