mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
BE -> AE
svn-id: r30376
This commit is contained in:
parent
6b372d97ee
commit
becce923fc
@ -109,7 +109,7 @@ Op for_each(In first, In last, Op f) {
|
||||
return f;
|
||||
}
|
||||
|
||||
// Simple sort function, modelled after std::sort.
|
||||
// Simple sort function, modeled after std::sort.
|
||||
// Use it like this: sort(container.begin(), container.end()).
|
||||
// Also work on plain old int arrays etc.
|
||||
template<class T>
|
||||
|
Loading…
Reference in New Issue
Block a user