浏览代码

Fix UpdatePowerInfo method implementation in PowerIphone class

Igors Vaitkus 7 年之前
父节点
当前提交
06fab24348
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 }