Expressions: ints should be 64 bit.

This commit is contained in:
Eivind Kvedalen
2016-03-07 23:23:04 +01:00
committed by wmayer
parent 59e3bad558
commit 4eb3af633f

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;