fix -Wmaybe-uninitialized

This commit is contained in:
wmayer
2019-04-08 15:07:12 +02:00
parent 725ffe5217
commit f5b6f3a36d

View File

@@ -363,7 +363,7 @@ void QGIViewBalloon::draw_modifier(bool modifier)
const char *balloonType = balloon->Symbol.getValueAsString();
float scale = balloon->SymbolScale.getValue();
double offset;
double offset = 0;
QPainterPath balloonPath;
if (strcmp(balloonType, "Circular") == 0) {