]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/vehicletype.h
Support trains with multiple vehicles
[r2c2.git] / source / libmarklin / vehicletype.h
index 6c338905f6940fe03609866317fd75dd53f27138..01e678b05ee17c077dabb0895a6f3bd03bbf13aa 100644 (file)
@@ -69,6 +69,7 @@ private:
 
 public:
        VehicleType(unsigned);
+       virtual ~VehicleType() { } // XXX temporary
 
        unsigned get_article_number() const { return art_nr; }
        const std::string &get_name() const { return name; }