Skip to content

Commit

Permalink
Graph: fix modification tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wirew0rm committed Jun 13, 2024
1 parent 53efb18 commit 4cee409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/gnuradio-4.0/Graph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ class Graph : public gr::Block<Graph> {
addBlock(std::move(block_load));

std::optional<Message> result = gr::Message{};
result->endpoint = graph::property::kBlockEmplaced;
result->endpoint = graph::property::kBlockReplaced;
result->data = property_map{{"uniqueName"s, std::string(newName)}};

return result;
Expand Down

0 comments on commit 4cee409

Please sign in to comment.