model: Fix original Contest Store to compile in new environment
diff --git a/model/cs/content-store-with-freshness.hpp b/model/cs/content-store-with-freshness.hpp
index 836a94f..c69be28 100644
--- a/model/cs/content-store-with-freshness.hpp
+++ b/model/cs/content-store-with-freshness.hpp
@@ -104,7 +104,7 @@
   if (!ok)
     return false;
 
-  NS_LOG_DEBUG(data->GetName() << " added to cache");
+  NS_LOG_DEBUG(data->getName() << " added to cache");
   RescheduleCleaning();
   return true;
 }