7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 00:21:25 +00:00

Fix build error.

This commit is contained in:
Alex Shvartzkop 2025-01-04 11:30:33 +05:00
parent 1be6ecd972
commit 9cac8725fa

View File

@ -82,7 +82,6 @@ public:
FORMAT m_format = FORMAT::PNG;
QUALITY m_quality = QUALITY::BASIC;
BG_STYLE m_bgStyle = BG_STYLE::BG_DEFAULT;
BG_STYLE m_bgStyle = BG_STYLE::DEFAULT;
int m_width = 0;
int m_height = 0;