Forráskód Böngészése

Fix UpdatePowerInfo method implementation in PowerIphone class

Igors Vaitkus 7 éve
szülő
commit
06fab24348
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;
 }