Skip to content

Commit

Permalink
Renamed parameter for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Sep 30, 2024
1 parent 816bf45 commit 112b98b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@

namespace eCAL
{
eCALWriter::SAttributes BuildWriterAttributes(const std::string& topic_name_, const Publisher::Configuration& config_, const eCAL::TransportLayer::Configuration& tl_confi_, const eCAL::Registration::Configuration& reg_config_);
eCALWriter::SAttributes BuildWriterAttributes(const std::string& topic_name_, const Publisher::Configuration& config_, const eCAL::TransportLayer::Configuration& tl_config_, const eCAL::Registration::Configuration& reg_config_);
}

0 comments on commit 112b98b

Please sign in to comment.