Skip to content

Commit 1e8bce2

Browse files
committed
review rework
1 parent d6beec0 commit 1e8bce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/PowerManager/IPowerManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ namespace WPEFramework
9191
};
9292

9393
struct WakeupSrcConfig {
94-
string wakeupSource;
95-
bool enabled;
94+
WakeupSrcType wakeupSource;
95+
bool enabled;
9696
};
9797

9898
using IWakeupSrcConfigIterator = RPC::IIteratorType<WakeupSrcConfig, ID_POWER_MANAGER_WAKEUP_SRC_ITERATOR>;

0 commit comments

Comments
 (0)