X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibmarklin%2Flocotype.cpp;h=6dcd6ae302920757072eee25c0fb5d00eb168ed6;hb=6dc18b0e518407bd2a86602bae1e9bbae05da7c8;hp=9eed205289a74c61566349f9f239a179e53796c1;hpb=3df8cb5c78fbb0b919bcb79677c6c788b8028482;p=r2c2.git diff --git a/source/libmarklin/locotype.cpp b/source/libmarklin/locotype.cpp index 9eed205..6dcd6ae 100644 --- a/source/libmarklin/locotype.cpp +++ b/source/libmarklin/locotype.cpp @@ -25,7 +25,7 @@ LocoType::Loader::Loader(LocoType <): void LocoType::Loader::function(unsigned i, const string &f) { - obj.funcs[i]=f; + obj.funcs[i] = f; } } // namespace Marklin