Fix UpdatePowerInfo method implementation in PowerIphone class
This commit is contained in:
parent
d2eb731878
commit
06fab24348
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include "power_iphone.h"
|
||||
|
||||
bool OS::PowerState::UpdatePowerInfo() {
|
||||
bool PowerIphone::UpdatePowerInfo() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue