fix a missing reference that caused crashes on the brush bar / cycle brush line

This commit is contained in:
Tomasz Śniatowski 2008-08-19 22:13:32 +01:00
parent cb0d510baf
commit 360dff3b29

View file

@ -187,7 +187,7 @@ private:
const size_specs &size_specs_;
display &gui_;
unsigned int selected_;
std::vector<brush> brushes_;
std::vector<brush>& brushes_;
brush** the_brush_;
const size_t size_;
};