Expressions: ints should be 64 bit.

This commit is contained in:
Eivind Kvedalen
2016-03-08 16:09:28 +01:00
committed by wmayer
parent ac79af0289
commit a43e8aafbf
+1 -1
View File
@@ -439,7 +439,7 @@ public:
Expression * expr;
ObjectIdentifier path;
std::deque<ObjectIdentifier::Component> components;
int ivalue;
long long int ivalue;
double fvalue;
struct {
std::string name;