diff options
author | Josh Blum | 2013-07-06 17:02:24 -0700 |
---|---|---|
committer | Josh Blum | 2013-07-06 17:02:24 -0700 |
commit | c6f6b12bf8429325407ae76f7ead8d3d72232f99 (patch) | |
tree | 6eb92f4630c4e911efa48d239a372b148c5e5e44 /lib/element_impl.hpp | |
parent | 9ab885db8eb80c4046af20e1a361b304b5478686 (diff) | |
download | sandhi-c6f6b12bf8429325407ae76f7ead8d3d72232f99.tar.gz sandhi-c6f6b12bf8429325407ae76f7ead8d3d72232f99.tar.bz2 sandhi-c6f6b12bf8429325407ae76f7ead8d3d72232f99.zip |
gras: locate_element since now elements have calls
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r-- | lib/element_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index 23f7127..91497ed 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -43,6 +43,7 @@ struct ElementImpl //element tree stuff Element parent; std::map<std::string, Element> children; + Element *self; //things may be in this element boost::shared_ptr<Apology::Worker> worker; |