Commit 490475ed authored by hybrid's avatar hybrid

Fix compiler problem with newer gcc.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4281 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 8d628796
......@@ -132,6 +132,8 @@ class map
public:
typedef RBTree<KeyType,ValueType> Node;
// We need the forwad declaration for the friend declaration
class ConstIterator;
//! Normal Iterator
class Iterator
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment