]> git.tdb.fi Git - r2c2.git/blobdiff - source/network/packets.h
Support more complex article numbers
[r2c2.git] / source / network / packets.h
index 8bbaf8e239d4b8d3dd946f5c3e0817d1098df496..bb08941b49b1235d0e9529e57304e7126ded99b2 100644 (file)
@@ -15,7 +15,7 @@ namespace Marklin {
 struct TrainInfoPacket
 {
        unsigned address;
-       unsigned loco_type;
+       std::string loco_type;
        std::string name;
 };