Fix a pedantic error

This commit is contained in:
Laurent Rineau 2016-04-19 12:24:17 +02:00
parent 1391e2760e
commit 81e53df5f1
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ struct Indicator_factory
{
const T label;
public:
Indicator(T i) : label(i) {};
Indicator(T i) : label(i) {}
double operator()(T x) const
{