PVS: V730 Not all members of a class are initialized inside the constructor

This commit is contained in:
wmayer
2019-02-17 11:49:51 +01:00
parent 10a34e19e2
commit 98e13aa048

View File

@@ -503,7 +503,7 @@ public:
double fvalue;
struct {
std::string name;
double fvalue;
double fvalue = 0;
} constant;
std::vector<Expression*> arguments;
std::vector<Expression*> list;