X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Ftrainproperties.h;h=3c1a372fe606fed9801ce1ea069fbebe38903f10;hb=e2ecc5a6e8e8056cd09599e60140498f322b87b6;hp=8048ee20aef71ecc964d6e357a381c57b0c19d26;hpb=e375f8bf215058398795be1010ffec89d0150114;p=r2c2.git diff --git a/source/engineer/trainproperties.h b/source/engineer/trainproperties.h index 8048ee2..3c1a372 100644 --- a/source/engineer/trainproperties.h +++ b/source/engineer/trainproperties.h @@ -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 *);