Skip to content

Commit

Permalink
try to fix cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Deb Natkh committed Feb 5, 2024
1 parent 29b7df4 commit 5098609
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class TForcedOperationActor final
void SendRangeOperationRequest(const TActorContext& ctx);

void HandleRangeOperationResponse(
const TResponseType::TPtr& ev,
const typename TResponseType::TPtr& ev,
const TActorContext& ctx);

void HandleWakeUp(
Expand Down Expand Up @@ -138,7 +138,7 @@ STFUNC(
template <typename TResponseType, typename TRequestConstructor>
void TForcedOperationActor<TResponseType, TRequestConstructor>::
HandleRangeOperationResponse(
const TResponseType::TPtr& ev,
const typename TResponseType::TPtr& ev,
const TActorContext& ctx)
{
auto* msg = ev->Get();
Expand Down

0 comments on commit 5098609

Please sign in to comment.