Fix mutable compilation error

This commit is contained in:
Ievgen Khvedchenia 2014-04-27 23:07:48 +03:00
parent eada0f4b48
commit ba5bec1de2

View File

@ -227,8 +227,8 @@ public:
} }
private: private:
mutable std::vector<TEvolution> & evolution_; std::vector<TEvolution> & evolution_;
AKAZEOptions options_; AKAZEOptions options_;
}; };
/** /**