harmless gcc warnings

This commit is contained in:
Paolo Cignoni 2011-02-17 11:41:21 +00:00
parent 8fd11ae657
commit 7eaece45af
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ public:
inline int NodeCount() const { return int(nodes.size()); }
// Return the root index
inline const NodePointer Root() const { return nodes[0]; }
inline NodePointer Root() const { return nodes[0]; }
// Return the level of the n-th node
inline char Level(const NodePointer n) const { return n->level; }