Explorar el Código

Fix UpdatePowerInfo method implementation in PowerIphone class

Igors Vaitkus hace 7 años
padre
commit
06fab24348
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }