Skip to content

Commit

Permalink
CServiceServer constructor fixed (event callback as reference)
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Jan 30, 2025
1 parent 865102a commit 31fb341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecal/core/src/service/ecal_service_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

namespace eCAL
{
CServiceServer::CServiceServer(const std::string & service_name_, const ServerEventCallbackT event_callback_)
CServiceServer::CServiceServer(const std::string & service_name_, const ServerEventCallbackT& event_callback_)
: m_service_server_impl(nullptr)
{
// create server implementation
Expand Down

0 comments on commit 31fb341

Please sign in to comment.