Fix mutable compilation error
This commit is contained in:
parent
eada0f4b48
commit
ba5bec1de2
@ -227,8 +227,8 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
mutable std::vector<TEvolution> & evolution_;
|
std::vector<TEvolution> & evolution_;
|
||||||
AKAZEOptions options_;
|
AKAZEOptions options_;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user