Uninitialized pointer in TempObstacleCreationTool
This commit is contained in:
parent
42afde6273
commit
91fbf05ec3
@ -768,7 +768,7 @@ class TempObstacleCreateTool : public SampleTool
|
||||
|
||||
public:
|
||||
|
||||
TempObstacleCreateTool()
|
||||
TempObstacleCreateTool() : m_sample(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user