X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnetwork%2Fpackets.h;h=bb08941b49b1235d0e9529e57304e7126ded99b2;hb=8e3009751ee81e0e5312cae53ee844bdd9e49628;hp=8bbaf8e239d4b8d3dd946f5c3e0817d1098df496;hpb=9ddcd066e37e4c72685817c042c30897786ece05;p=r2c2.git diff --git a/source/network/packets.h b/source/network/packets.h index 8bbaf8e..bb08941 100644 --- a/source/network/packets.h +++ b/source/network/packets.h @@ -15,7 +15,7 @@ namespace Marklin { struct TrainInfoPacket { unsigned address; - unsigned loco_type; + std::string loco_type; std::string name; };