aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn/transport/core/interest.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtransport/src/hicn/transport/core/interest.h')
-rw-r--r--libtransport/src/hicn/transport/core/interest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtransport/src/hicn/transport/core/interest.h b/libtransport/src/hicn/transport/core/interest.h
index 75fcba8eb..95b45ac9a 100644
--- a/libtransport/src/hicn/transport/core/interest.h
+++ b/libtransport/src/hicn/transport/core/interest.h
@@ -45,9 +45,9 @@ class Interest
~Interest() override;
- const Name &getName() const;
+ const Name &getName() const override;
- Name &getWritableName();
+ Name &getWritableName() override;
Interest &setName(const Name &name);