Skip to content

Commit

Permalink
some minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksiminski committed Sep 28, 2023
1 parent 8cab239 commit e95c1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/metrics/metric-euclidean.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace ksi
/** Just calculates a distance :-) */
virtual double calculateDistance(const std::vector<double> & l, const std::vector<double> & p) const override;
/** method for cloning an object */
std::shared_ptr< ksi::metric > clone();
std::shared_ptr< ksi::metric > clone() const;

/** @return abbreviation of the metric
@date 2021-02-01 */
Expand Down

0 comments on commit e95c1eb

Please sign in to comment.