We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185c229 commit 67ce08aCopy full SHA for 67ce08a
examples/connext_secure/dynamic_permissions/c++11/dynamic_permissions_publisher.cxx
@@ -46,7 +46,7 @@ void run_publisher_application(
46
!application::shutdown_requested && samples_written < sample_count;
47
samples_written++) {
48
// Modify the data to be written here
49
- data.value(static_cast<int32_t>(samples_written));
+ data.value = static_cast<int32_t>(samples_written);
50
std::cout << "Writing ::DynamicPermissions, count " << samples_written
51
<< std::endl;
52
0 commit comments