X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Floader.h;h=cf2b5454b907a038e66745a7ecd7fadf239dcf56;hp=fe8f0aa54f7621939b1bc2cba946f0f10ca58d0d;hb=14f031aead619ce8a3fff1c283c3d205d421cd1f;hpb=82d55799ee319bf2db357f2d5aded01ad0e2076f diff --git a/source/loader.h b/source/loader.h index fe8f0aa..cf2b545 100644 --- a/source/loader.h +++ b/source/loader.h @@ -192,7 +192,7 @@ void load(T &obj, const std::string &fn, Args &... args) } /** -Loads an object from a file stored in a collection. The object must havea +Loads an object from a file stored in a collection. The object must have a public Loader class. The collection is passed to the Loader constructor, followed by any extra arguments. */