fix -Wmaybe-uninitialized

This commit is contained in:
wmayer
2018-06-09 12:05:19 +02:00
parent 920a4e62b2
commit 5ff103615f

View File

@@ -174,7 +174,7 @@ void Sketch::calculateDependentParametersElements(void)
{
for(auto geo : Geoms) {
std::vector<double *> ownparams;
GCS::Curve * pCurve;
GCS::Curve * pCurve = nullptr;
switch(geo.type) {
case Point: