fix a missing reference that caused crashes on the brush bar / cycle brush line
This commit is contained in:
parent
cb0d510baf
commit
360dff3b29
1 changed files with 1 additions and 1 deletions
|
@ -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_;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue