Skip to content

Commit

Permalink
Publisher Send() no longer const function.
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstinKeller committed Jun 24, 2024
1 parent 2538fa9 commit 85085de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecal/samples/cpp/benchmarks/dynsize_snd/src/dynsize_snd.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ========================= eCAL LICENSE =================================
*
* Copyright (C) 2016 - 2019 Continental Corporation
* Copyright (C) 2016 - 2024 Continental Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -27,7 +27,7 @@ int main(int argc, char **argv)
eCAL::Initialize(argc, argv, "dynsize_snd");

// publisher for topic "Performance"
const eCAL::CPublisher pub("Performance");
eCAL::CPublisher pub("Performance");

// prepare snd_buf
const int MAX_BUFSIZE(10*1024*1024);
Expand Down

0 comments on commit 85085de

Please sign in to comment.