Add ContactItem
diff --git a/src/profile.h b/src/profile.h
index 403b600..0f5a5cc 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -41,7 +41,7 @@
                   const ndn::Blob& profileValue);
   
   ndn::Ptr<const ndn::Blob>
-  getProfileEntry(const std::string& profileType);
+  getProfileEntry(const std::string& profileType) const;
 
   inline Profile::iterator
   begin()