]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/train.h
Support more complex article numbers
[r2c2.git] / source / libmarklin / train.h
index 4c4d1c353cb3145d566d7a5917d605c73cc02b74..8418d899c5d37980188d12bcc87c38d8dd4ff908 100644 (file)
@@ -17,6 +17,7 @@ Distributed under the GPL
 
 namespace Marklin {
 
+class ArticleNumber;
 class Route;
 class Timetable;
 class Vehicle;
@@ -41,7 +42,7 @@ public:
                void real_speed(unsigned, float, float);
                void route(const std::string &);
                void timetable();
-               void vehicle(unsigned);
+               void vehicle(ArticleNumber);
        };
 
        sigc::signal<void, const std::string &> signal_name_changed;