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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtransport/src/utils/content_store.h b/libtransport/src/utils/content_store.h
index 03ce76f42..56cd2abb6 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);
- const std::shared_ptr<ContentObject> find(const Interest &interest);
+ std::shared_ptr<ContentObject> find(const Interest &interest);
void erase(const Name &exact_name);