Fix UpdatePowerInfo method implementation in PowerIphone class

This commit is contained in:
Igors Vaitkus 2018-03-31 02:52:37 +03:00 committed by GitHub
parent d2eb731878
commit 06fab24348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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