summaryrefslogtreecommitdiff
path: root/storage/oqgraph/graphcore.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/oqgraph/graphcore.cc')
-rw-r--r--storage/oqgraph/graphcore.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/oqgraph/graphcore.cc b/storage/oqgraph/graphcore.cc
index 4346b94805c..7c8ca53c096 100644
--- a/storage/oqgraph/graphcore.cc
+++ b/storage/oqgraph/graphcore.cc
@@ -485,7 +485,7 @@ namespace open_query
optional<Vertex>
oqgraph_share::find_vertex(VertexID id) const
{
- return ::boost::find_vertex(id, g);
+ return oqgraph3::find_vertex(id, g);
}
#if 0