mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
miner: fix build with boost 1.69
This commit is contained in:
parent
2287fb9fb4
commit
3bb4b0d41f
@ -637,7 +637,7 @@ namespace cryptonote
|
|||||||
boost::tribool battery_powered(on_battery_power());
|
boost::tribool battery_powered(on_battery_power());
|
||||||
if(!indeterminate( battery_powered ))
|
if(!indeterminate( battery_powered ))
|
||||||
{
|
{
|
||||||
on_ac_power = !battery_powered;
|
on_ac_power = !(bool)battery_powered;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user