Commit c6c9ea7e authored by Erwan Tulou's avatar Erwan Tulou

skin2: var_tree (add a forgotten return)

parent 54e2e516
...@@ -121,6 +121,7 @@ VarTree::Iterator VarTree::getNextSibling( VarTree::Iterator current ) ...@@ -121,6 +121,7 @@ VarTree::Iterator VarTree::getNextSibling( VarTree::Iterator current )
if( it != p_parent->end() ) if( it != p_parent->end() )
{ {
it++; it++;
return it;
} }
return root()->end(); return root()->end();
} }
......
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