diff options
Diffstat (limited to 'lib/element.cpp')
-rw-r--r-- | lib/element.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/element.cpp b/lib/element.cpp index cc16fdf..4adc92c 100644 --- a/lib/element.cpp +++ b/lib/element.cpp @@ -71,7 +71,7 @@ void Element::adopt_element(const std::string &name, const Element &child) (*this)->children[name] = child; } -Block *Element::lookup_block(const std::string &path) +Block *Element::locate_block(const std::string &path) { //split the paths into nodes std::vector<std::string> nodes; |