changed to long long for windows
This commit is contained in:
parent
170c141576
commit
2cb7e67df8
8 changed files with 17 additions and 17 deletions
|
|
@ -24,7 +24,7 @@ class PortParameter {
|
|||
enum PortParameterValueType { Int, Float };
|
||||
|
||||
union PortParameterValue {
|
||||
long i;
|
||||
long long i;
|
||||
float f;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue