Skip to content

Commit

Permalink
Update EventChannel.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen authored Sep 2, 2023
1 parent 5fd8963 commit bf716f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TAO/orbsvcs/orbsvcs/Notify/EventChannel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ TAO_Notify_EventChannel::TAO_Notify_EventChannel ()
, ca_container_ (0)
, sa_container_ (0)
, default_filter_factory_ (CosNotifyFilter::FilterFactory::_nil ())
, default_filter_factory_servant_ (0)
, default_filter_factory_servant_ (nullptr)
{
}

Expand Down

0 comments on commit bf716f7

Please sign in to comment.