1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix cppcheck error

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2023-01-09 11:35:44 +01:00
parent ea5ab4ed5d
commit 8741f39029
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1912f2106453cea3a20358942ad7f360b2129bc3
Subproject commit 729b877a405b3bd80205fa1c54bfedbf2f030dc2

View file

@ -25,6 +25,7 @@ namespace ip {
class StreamVertex : public graph::Vertex {
public:
StreamVertex(const std::string &node, const std::string &port, bool isMaster) :
graph::Vertex(),
nodeName(node),
portName(port),
isMaster(isMaster)