From 8cd3da02902c7071284d268b535f6fdf58bb8c3f Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 22 Mar 2013 02:50:46 -0700 Subject: gras: rename lookup to locate --- lib/element.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 nodes; -- cgit