Browse Source

Fix UpdatePowerInfo method implementation in PowerIphone class

Igors Vaitkus 7 năm trước cách đây
mục cha
commit
06fab24348
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }