Fix UpdatePowerInfo method implementation in PowerIphone class

(cherry picked from commit 06fab24348)
This commit is contained in:
Igors Vaitkus 2018-03-31 02:52:37 +03:00 committed by Hein-Pieter van Braam
parent 060f9f2cd7
commit 6989a7ac53

View file

@ -30,7 +30,7 @@
#include "power_iphone.h"
bool OS::PowerState::UpdatePowerInfo() {
bool PowerIphone::UpdatePowerInfo() {
return false;
}