From 4d2d6dda33a4d97de0eae3111f745caacd1b8547 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 24 Apr 2012 21:21:40 -0400 Subject: [PATCH] Clarified spec --- dlib/graph_utils/graph_utils_abstract.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlib/graph_utils/graph_utils_abstract.h b/dlib/graph_utils/graph_utils_abstract.h index b7ba71ab1..7df0966c1 100644 --- a/dlib/graph_utils/graph_utils_abstract.h +++ b/dlib/graph_utils/graph_utils_abstract.h @@ -77,8 +77,8 @@ namespace dlib - T is an implementation of directed_graph/directed_graph_kernel_abstract.h - g.has_edge(parent_idx,child_idx) ensures - - returns a reference to the edge data for the directed edge connecting parent - node g.node(parent_idx) to child node g.node(child_idx). + - returns a const reference to the edge data for the directed edge connecting + parent node g.node(parent_idx) to child node g.node(child_idx). !*/ // ----------------------------------------------------------------------------------------