mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
change popDouble return type to double
This commit is contained in:
parent
6d27274aea
commit
0c36b7b3b6
@ -167,7 +167,7 @@ popLong(Thread* t)
|
||||
return (b << 32) | a;
|
||||
}
|
||||
|
||||
inline float
|
||||
inline double
|
||||
popDouble(Thread* t)
|
||||
{
|
||||
return bitsToDouble(popLong(t));
|
||||
|
Loading…
Reference in New Issue
Block a user