From 193247715f84ffafb09052374a13e1189a1dd528 Mon Sep 17 00:00:00 2001 From: Jose Luis Blanco-Claraco Date: Tue, 8 Sep 2015 08:36:10 +0200 Subject: [PATCH] Update ScoringObject.h --- Thirdparty/DBoW2/DBoW2/ScoringObject.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Thirdparty/DBoW2/DBoW2/ScoringObject.h b/Thirdparty/DBoW2/DBoW2/ScoringObject.h index 18c1afee..2db6b8b5 100644 --- a/Thirdparty/DBoW2/DBoW2/ScoringObject.h +++ b/Thirdparty/DBoW2/DBoW2/ScoringObject.h @@ -39,7 +39,8 @@ class GeneralScoring static const double LOG_EPS; // If you change the type of WordValue, make sure you change also the // epsilon value (this is needed by the KL method) - + + virtual ~GeneralScoring() {} //!< Required for virtual base classes }; /**