Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC1965 committed Jul 29, 2024
1 parent 8278e25 commit 47d0f32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Status WaterHeaterManagementDelegate::HandleBoost(uint32_t durationS, Optional<b

void WaterHeaterManagementDelegate::BoostTimerExpiry(System::Layer * systemLayer, void * delegate)
{
WaterHeaterManagementDelegate * dg = reinterpret_cast<WaterHeaterManagementDelegate *>(delegate);
WaterHeaterManagementDelegate * dg = static_cast<WaterHeaterManagementDelegate *>(delegate);

dg->HandleBoostTimerExpiry();
}
Expand Down

0 comments on commit 47d0f32

Please sign in to comment.