X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fcollection.cpp;h=cffb7e22e7041ba48268c9643c6d7791e118407f;hp=65b4d5a3914192192f2092425e686b7d8ee56576;hb=7feeeacf8fa3eae889cb256c42ada615c4761eec;hpb=619629ce1ce6343630b967c9fb46ab43256ddfe1 diff --git a/source/collection.cpp b/source/collection.cpp index 65b4d5a..cffb7e2 100644 --- a/source/collection.cpp +++ b/source/collection.cpp @@ -92,7 +92,7 @@ void Collection::add_source(CollectionSource &s) sources.push_back(&s); } -IO::Seekable *Collection::open_from_sources(const string &name) +IO::Seekable *Collection::open_raw(const string &name) const { for(SourceList::const_iterator i=sources.begin(); i!=sources.end(); ++i) if(IO::Seekable *io = (*i)->open(name))