aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/raw_score_feature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/features/raw_score_feature.cpp')
-rw-r--r--searchlib/src/vespa/searchlib/features/raw_score_feature.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/features/raw_score_feature.cpp b/searchlib/src/vespa/searchlib/features/raw_score_feature.cpp
index bedb62e79e4..4e4426a5dab 100644
--- a/searchlib/src/vespa/searchlib/features/raw_score_feature.cpp
+++ b/searchlib/src/vespa/searchlib/features/raw_score_feature.cpp
@@ -43,6 +43,8 @@ RawScoreExecutor::handle_bind_match_data(const fef::MatchData &md)
//-----------------------------------------------------------------------------
+RawScoreBlueprint::~RawScoreBlueprint() = default;
+
bool
RawScoreBlueprint::setup(const IIndexEnvironment &, const ParameterList &params)
{