Modification to Accomodate API changes in NDN-CPP
diff --git a/nlsr.hpp b/nlsr.hpp
index 460f2f1..5ff2ef7 100644
--- a/nlsr.hpp
+++ b/nlsr.hpp
@@ -51,7 +51,7 @@
 		configFileName="nlsr.conf";	
 	}
 
-	void nlsrRegistrationFailed(const ptr_lib::shared_ptr<const Name>&);
+	void nlsrRegistrationFailed(const ndn::Name& name);
 
 	void setInterestFilterNlsr(const string& name);
 	void startEventLoop();