X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftrack.cpp;h=4d8a8fc2210371cc4d96746e77991ed05bef0891;hb=64340dad429ba4040538fc06b6882aabdb489925;hp=2cb95186e6f32237a61b16e092a5eac279a7ba13;hpb=d5cac397cab236ac3e1e0bbbc38204890f87d164;p=r2c2.git diff --git a/source/libr2c2/track.cpp b/source/libr2c2/track.cpp index 2cb9518..4d8a8fc 100644 --- a/source/libr2c2/track.cpp +++ b/source/libr2c2/track.cpp @@ -366,7 +366,7 @@ void Track::turnout_event(unsigned addr, unsigned state) Track::Loader::Loader(Track &t): - DataFile::BasicLoader(t) + DataFile::ObjectLoader(t) { add("position", &Loader::position); add("rotation", &Track::rot);