miner: fix build with boost 1.69

This commit is contained in:
moneromooo-monero
2018-10-22 22:17:15 +00:00
committed by wowario
parent 56b6e9a89f
commit 32745e0696

View File

@@ -637,7 +637,7 @@ namespace cryptonote
boost::tribool battery_powered(on_battery_power());
if(!indeterminate( battery_powered ))
{
on_ac_power = !battery_powered;
on_ac_power = !(bool)battery_powered;
}
}