Skip to content

Commit

Permalink
clean SpecNode.hpp
Browse files Browse the repository at this point in the history
issue #28
  • Loading branch information
Valentin Noel committed Jul 29, 2013
1 parent eea745d commit bd2be1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/specReader/src/SpecNode/SpecNode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class SpecNode

SpecNode next();
SpecNode firstChild();
SpecNode* parent(); // @todo
SpecNode* parent();

size_t getIndex();
size_t getIndexTotal();
Expand All @@ -53,7 +53,7 @@ class SpecNode

private:
bpt::ptree::const_iterator _node;
SpecNode* _parent; // @todo
SpecNode* _parent;
size_t _index;
size_t _indexTotal;
};
Expand Down

0 comments on commit bd2be1a

Please sign in to comment.