summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJosh Blum2013-03-22 02:50:46 -0700
committerJosh Blum2013-03-22 02:50:46 -0700
commit8cd3da02902c7071284d268b535f6fdf58bb8c3f (patch)
tree3142118d29f301683859773cc980c15846719f38 /lib
parent854cb19d99e8cce67fd30c5cfc78c02bbeb3bcd2 (diff)
downloadsandhi-8cd3da02902c7071284d268b535f6fdf58bb8c3f.tar.gz
sandhi-8cd3da02902c7071284d268b535f6fdf58bb8c3f.tar.bz2
sandhi-8cd3da02902c7071284d268b535f6fdf58bb8c3f.zip
gras: rename lookup to locate
Diffstat (limited to 'lib')
-rw-r--r--lib/element.cpp2
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;