commit | c8a10f762b1a94682f355d9f10ed6d8db56ad31f | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Fri Apr 25 18:42:55 2014 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Fri Apr 25 22:05:39 2014 -0500 |
tree | 03beb2d6807e64ce856b0c588387096ed5f95939 | |
parent | 0c21782b13b758a68dc2dd9662751206e6f015be [diff] [blame] |
build: == Dependency change == NLSR now depends on ndn-cxx library Refs: #1535 Change-Id: I4c7c0c3dcfcac6ee91648a46c07e426adbb5bd20
diff --git a/src/route/fib-entry.cpp b/src/route/fib-entry.cpp index ddb5dbd..05bee41 100644 --- a/src/route/fib-entry.cpp +++ b/src/route/fib-entry.cpp
@@ -7,7 +7,7 @@ using namespace std; bool -FibEntry::isEqualNextHops(Nhl& nhlOther) +FibEntry::isEqualNextHops(NexthopList& nhlOther) { if (m_nhl.getSize() != nhlOther.getSize()) {