commit | 32c0df2e9e2028f1956ee68d319e8b45904366d2 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Oct 17 12:00:12 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Fri Oct 18 12:41:18 2019 -0400 |
tree | e84535a971c2d89b1c21e2ba23e04924baf00c09 | |
parent | 327fb4b0fdc221136c0d999f16117216e8753249 [diff] [blame] |
catchunks: silence new clang-10 warning "final-dtor-non-final-class" Change-Id: I50052872199fb6ca621f4abe5ab2636735604373
diff --git a/tools/chunks/catchunks/pipeline-interests-fixed.hpp b/tools/chunks/catchunks/pipeline-interests-fixed.hpp index d7fd95d..e19a25d 100644 --- a/tools/chunks/catchunks/pipeline-interests-fixed.hpp +++ b/tools/chunks/catchunks/pipeline-interests-fixed.hpp
@@ -62,7 +62,7 @@ * No guarantees are made as to the order in which segments are fetched or callbacks are invoked, * i.e. out-of-order delivery is possible. */ -class PipelineInterestsFixed : public PipelineInterests +class PipelineInterestsFixed final : public PipelineInterests { public: typedef PipelineInterestsFixedOptions Options;