Przeglądaj źródła

Fix UpdatePowerInfo method implementation in PowerIphone class

Igors Vaitkus 7 lat temu
rodzic
commit
06fab24348
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 }