Fix Coverity uninitialized scalar variable issue.

This commit is contained in:
Wayne Stambaugh
2025-12-08 13:48:04 -05:00
parent 7f7675373e
commit f4c41e7417
+1
View File
@@ -62,6 +62,7 @@ PLOTTER::PLOTTER( const PROJECT* aProject ) :
m_IUsPerDecimil = 1; // will be set later to the actual value
m_iuPerDeviceUnit = 1; // will be set later to the actual value
m_renderSettings = nullptr;
m_layer = PCB_LAYER_ID::UNDEFINED_LAYER;
}