]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/trainproperties.h
Don't clear timetable before all rows are successfully parsed
[r2c2.git] / source / engineer / trainproperties.h
index 8048ee20aef71ecc964d6e357a381c57b0c19d26..3c1a372fe606fed9801ce1ea069fbebe38903f10 100644 (file)
@@ -23,6 +23,7 @@ private:
        Msp::GLtk::Entry *ent_addr;
        Msp::GLtk::Dropdown *drp_type;
        Msp::GLtk::Entry *ent_name;
+       Msp::GLtk::Dropdown *drp_priority;
 
 public:
        TrainProperties(Engineer &, const Msp::GLtk::Resources &, Marklin::Train *);