Skip to content

Commit

Permalink
Fixed attribute name.
Browse files Browse the repository at this point in the history
  • Loading branch information
heplesser committed Apr 21, 2022
1 parent 5d85811 commit 13314ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/music_cont_out_proxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ nest::music_cont_out_proxy::send_test_event( Node& target, rport receptor_type,
DataLoggingRequest e( P_.interval_, P_.record_from_ );
e.set_sender( *this );
port p = target.handles_test_event( e, receptor_type );
if ( p != invalid_port_ and not is_model_prototype() )
if ( p != invalid_port and not is_model_prototype() )
{
B_.has_targets_ = true;
}
Expand Down

0 comments on commit 13314ad

Please sign in to comment.