Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
victimsnino committed Oct 6, 2023
1 parent a642bcd commit f649f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpp/rpp/subjects/details/subject_state.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class subject_state final : public std::enable_shared_from_this<subject_state<Ty
if (shared->m_state_flag & EState::Emitting)
shared->m_state_flag |= EState::NeedToCleanup;
else
cleanup_observers(std::get_if<observers>(&shared->m_state));
cleanup_observers(std::get_if<observers_t>(&shared->m_state));
}
})});
}
Expand Down

0 comments on commit f649f23

Please sign in to comment.