Unverified Commit 865c126a authored by shiyu1994's avatar shiyu1994 Committed by GitHub
Browse files

[fix] change the destructor of ScoreUpdater to virtual (fixes #5400) (#5403)

change the destructor of ScoreUpdater to virtual
parent 000fdebf
......@@ -46,7 +46,7 @@ class ScoreUpdater {
}
}
/*! \brief Destructor */
~ScoreUpdater() {
virtual ~ScoreUpdater() {
}
inline bool has_init_score() const { return has_init_score_; }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment