aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/utils/content_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtransport/src/utils/content_store.h')
-rw-r--r--libtransport/src/utils/content_store.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtransport/src/utils/content_store.h b/libtransport/src/utils/content_store.h
index 56cd2abb6..abe5e7f6c 100644
--- a/libtransport/src/utils/content_store.h
+++ b/libtransport/src/utils/content_store.h
@@ -52,7 +52,7 @@ class ContentStore {
void insert(const std::shared_ptr<ContentObject> &content_object);
- std::shared_ptr<ContentObject> find(const Interest &interest);
+ std::shared_ptr<ContentObject> find(const Name &name);
void erase(const Name &exact_name);
@@ -73,4 +73,4 @@ class ContentStore {
mutable utils::SpinLock cs_mutex_;
};
-} // end namespace utils \ No newline at end of file
+} // end namespace utils