X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fcollection.h;h=0d2dc6be2fd7a6c4043ff4db18bfdc32a04bb270;hp=ee7eb469cf53d5ee1ab8d9cd06a0b88688511b06;hb=9b1656018f783eb4aad2fbdc1de1404691e89bb1;hpb=a5d5fa04bcbe360fc55fdb25b45937b29fb5c9cd diff --git a/source/collection.h b/source/collection.h index ee7eb46..0d2dc6b 100644 --- a/source/collection.h +++ b/source/collection.h @@ -264,6 +264,8 @@ private: protected: void add_source(CollectionSource &); + IO::Seekable *open_from_sources(const std::string &); + private: void gather_names_from_sources(std::list &, const CollectionItemTypeBase &) const;