route: rewrite link-state calculator with Boost.MultiArray
refs #5308
Change-Id: I0dc899479819430e86b9124b86f408f044367743
diff --git a/src/adjacency-list.cpp b/src/adjacency-list.cpp
index cb192eb..1fbce05 100644
--- a/src/adjacency-list.cpp
+++ b/src/adjacency-list.cpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2014-2023, The University of Memphis,
+ * Copyright (c) 2014-2024, The University of Memphis,
* Regents of the University of California,
* Arizona Board of Regents.
*
@@ -40,7 +40,7 @@
}
Adjacent
-AdjacencyList::getAdjacent(const ndn::Name& adjName)
+AdjacencyList::getAdjacent(const ndn::Name& adjName) const
{
Adjacent adj(adjName);
auto it = find(adjName);