Skip to content

Commit

Permalink
fix override warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Feb 21, 2018
1 parent 77f0d29 commit ea17588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/evaluation/TimeSeriesSplitting.h
Expand Up @@ -77,7 +77,7 @@ namespace shogun
index_t get_min_subset_size();

/** @return name of the SGSerializable */
virtual const char* get_name() const
virtual const char* get_name() const override
{
return "TimeSeriesSplitting";
}
Expand Down

0 comments on commit ea17588

Please sign in to comment.