Skip to content

Commit

Permalink
invalid, clearly this is never fired
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Dec 26, 2024
1 parent 97764fb commit ff1e99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsl/word/emit/Network.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ namespace dsl {
}

static void emit(PowerPlant& powerplant, const std::shared_ptr<DataType>& data, bool reliable) {
emit(powerplant, std::move(data), "", reliable);
emit(powerplant, data, "", reliable);
}
};

Expand Down

0 comments on commit ff1e99b

Please sign in to comment.