Commit ba5bec1d authored by Ievgen Khvedchenia's avatar Ievgen Khvedchenia

Fix mutable compilation error

parent eada0f4b
...@@ -227,8 +227,8 @@ public: ...@@ -227,8 +227,8 @@ public:
} }
private: private:
mutable std::vector<TEvolution> & evolution_; std::vector<TEvolution> & evolution_;
AKAZEOptions options_; AKAZEOptions options_;
}; };
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment