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 ac79af0289
commit a43e8aafbf

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;