This commit is contained in:
Mathieu Lacage
2007-08-28 14:33:53 +02:00
parent 380cdf687a
commit 4d9cf433ff
24 changed files with 49 additions and 49 deletions

View File

@@ -54,7 +54,7 @@ private:
class NodeList
{
public:
typedef std::vector< Ptr<Node> >::iterator Iterator;
typedef std::vector< Ptr<Node> >::const_iterator Iterator;
/**
* \param node node to add