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

initialized member id with 0

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2022-12-14 16:30:03 +01:00 committed by Steffen Vogel
parent 716a47372a
commit 157d967dd5

View file

@ -35,7 +35,7 @@ public:
}
private:
Identifier id;
Identifier id = 0;
// HACK: how to resolve this circular type dependency?
std::list<std::size_t> edges;
};