model: Fix original Contest Store to compile in new environment
diff --git a/model/cs/ndn-content-store.cpp b/model/cs/ndn-content-store.cpp
index 8df04c6..9f7af30 100644
--- a/model/cs/ndn-content-store.cpp
+++ b/model/cs/ndn-content-store.cpp
@@ -66,7 +66,7 @@
 const Name&
 Entry::GetName() const
 {
-  return m_data->GetName();
+  return m_data->getName();
 }
 
 shared_ptr<const Data>