Best route forwarding strategy
diff --git a/model/ccnx-fib.h b/model/ccnx-fib.h
index 23e5323..afb86a3 100644
--- a/model/ccnx-fib.h
+++ b/model/ccnx-fib.h
@@ -216,7 +216,7 @@
    * \brief Find "best route" candidate, skipping `skip' first candidates (modulo # of faces)
    */
   Ptr<CcnxFace>
-  FindBestCandidate (int skip = 0);
+    FindBestCandidate (int skip = 0) const;
 	
 private:
   friend std::ostream& operator<< (std::ostream& os, const CcnxFibEntry &entry);