Cosmetics.
[mtp.git] / mtp_graph.h
index 699ee16..75e48ee 100644 (file)
@@ -26,7 +26,7 @@ class Edge;
 
 class MTPGraph {
   void initialize_work_lengths();
-  void update_work_length();
+  void update_work_lengths();
   void find_shortest_path(Vertex **front, Vertex **new_front);
 
   int _nb_vertices, _nb_edges;