Skip to content

Commit 7ef20d0

Browse files
committed
[IPower] Fix StateChange retval
1 parent 4aa743f commit 7ef20d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interfaces/IPower.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace Exchange {
5454
// @param origin: The state the device is transitioning from (e.g. ActiveStandby)
5555
// @param destination: The state the device is transitioning to (e.g. SuspendToRAM)
5656
// @param phase: The phase of the transition (e.g. After)
57-
virtual Core::hresult StateChange(const PCState origin, const PCState destination, const PCPhase phase) = 0;
57+
virtual void StateChange(const PCState origin, const PCState destination, const PCPhase phase) = 0;
5858
};
5959

6060
virtual Core::hresult Register(INotification* const sink) = 0;

0 commit comments

Comments
 (0)