Selaa lähdekoodia

Fix UpdatePowerInfo method implementation in PowerIphone class

Igors Vaitkus 7 vuotta sitten
vanhempi
commit
06fab24348
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      platform/iphone/power_iphone.cpp

+ 1 - 1
platform/iphone/power_iphone.cpp

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