fix -Wmaybe-uninitialized

This commit is contained in:
wmayer
2018-06-09 12:05:19 +02:00
parent 833c2c601e
commit b77b77c0de

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: