CAM: Add missing initializers
This commit is contained in:
committed by
Kacper Donat
parent
d165324d31
commit
fe624f2c3a
@@ -66,7 +66,7 @@ struct GuiItem
|
||||
unsigned int flags {};
|
||||
bool mouseOver {};
|
||||
TextureItem texItem {};
|
||||
QString toolTip;
|
||||
QString toolTip {};
|
||||
|
||||
int posx()
|
||||
{
|
||||
|
||||
@@ -32,7 +32,7 @@ namespace MillSim
|
||||
|
||||
MillSimulation::MillSimulation()
|
||||
{
|
||||
mCurMotion = {eNop, -1, 0, 0, 0, 0, 0, 0, 0};
|
||||
mCurMotion = {eNop, -1, 0, 0, 0, 0, 0, 0, 0, '\0', 0.0};
|
||||
guiDisplay.SetMillSimulator(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user