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-aimd.hpp b/tools/chunks/catchunks/pipeline-interests-aimd.hpp index eaee573..b83dfd6 100644 --- a/tools/chunks/catchunks/pipeline-interests-aimd.hpp +++ b/tools/chunks/catchunks/pipeline-interests-aimd.hpp
@@ -37,7 +37,7 @@ /** * @brief Implements AIMD window increase and decrease. */ -class PipelineInterestsAimd : public PipelineInterestsAdaptive +class PipelineInterestsAimd final : public PipelineInterestsAdaptive { public: PipelineInterestsAimd(Face& face, RttEstimatorWithStats& rttEstimator,