CAM: Add missing initializers
This commit is contained in:
committed by
Kacper Donat
parent
1805e17427
commit
8ef5f8a827
@@ -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