Fix up minimal build.
This commit is contained in:
parent
119ea6f2cc
commit
7b4ba9dd54
5 changed files with 15 additions and 14 deletions
|
@ -42,6 +42,7 @@ std::unique_ptr<AbstractPainter> PainterFactory::Create(DrawingContext* context,
|
|||
return std::make_unique<RasterPainter>(context);
|
||||
}
|
||||
#else
|
||||
(void)drawMode;
|
||||
return std::make_unique<RasterPainter>(context);
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue