diff options
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r-- | lib/element_impl.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index ccdbb54..869006e 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -35,9 +35,9 @@ struct ElementImpl Token token; GlobalBlockConfig top_config; - //hier block stuff - Element _parent; - std::map<std::string, Element> _subelems; + //element tree stuff + Element parent; + std::map<std::string, Element> children; //things may be in this element boost::shared_ptr<Apology::Topology> topology; |