mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-06 10:10:25 +02:00
Minor code cleanup
Mostly const fixes in headers to make it easier for users to have more warnings enabled in static code analysis Also updating our own rules a bit (kicking some out we won't need yet). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6583 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@ -915,7 +915,7 @@ class map
|
||||
//! Returns a Constiterator
|
||||
ConstIterator getConstIterator() const
|
||||
{
|
||||
Iterator it(getRoot());
|
||||
const Iterator it(getRoot());
|
||||
return it;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user