mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
Fix mutable compilation error
This commit is contained in:
parent
eada0f4b48
commit
ba5bec1de2
@ -227,8 +227,8 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
mutable std::vector<TEvolution> & evolution_;
|
||||
AKAZEOptions options_;
|
||||
std::vector<TEvolution> & evolution_;
|
||||
AKAZEOptions options_;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user