Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Thirdparty/DBoW2/DBoW2/ScoringObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

/**
Expand Down