Fix OutlineFilter::tiledMode() setter

This commit is contained in:
David Capello 2019-04-16 12:17:08 -03:00
parent 97d54f04c0
commit 58e27376bd

View File

@ -23,7 +23,7 @@ namespace filters {
void place(const Place place) { m_place = place; }
void shape(const Shape shape) { m_shape = shape; }
void tiledMode(const TiledMode tiledMode) { m_tiledMode = m_tiledMode; }
void tiledMode(const TiledMode tiledMode) { m_tiledMode = tiledMode; }
void color(const doc::color_t color) { m_color = color; }
void bgColor(const doc::color_t color) { m_bgColor = color; }