X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftracktype.h;h=1b1c78ce998de86b736d252774643bce2346bfba;hb=64340dad429ba4040538fc06b6882aabdb489925;hp=cc0cc517bffbff9686c8c6cae3a41fc139bdcfe6;hpb=d5cac397cab236ac3e1e0bbbc38204890f87d164;p=r2c2.git diff --git a/source/libr2c2/tracktype.h b/source/libr2c2/tracktype.h index cc0cc51..1b1c78c 100644 --- a/source/libr2c2/tracktype.h +++ b/source/libr2c2/tracktype.h @@ -1,7 +1,7 @@ #ifndef LIBR2C2_TRACKTYPE_H_ #define LIBR2C2_TRACKTYPE_H_ -#include +#include #include "articlenumber.h" #include "geometry.h" #include "trackpart.h" @@ -20,7 +20,7 @@ public: Endpoint(float, float, float, unsigned); }; - class Loader: public Msp::DataFile::BasicLoader + class Loader: public Msp::DataFile::ObjectLoader { private: bool state_bits_set;