X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcollection.cpp;h=3833d1aa80aff08b1eae046e1f36f2f865c68aaa;hb=b6fea48ddccac20e2183163be41615fb89699330;hp=38af5d0e58eef9364aaf5e8557f5045de625d746;hpb=6a033cf0f5164915168f9cb778e801ed86450e1c;p=libs%2Fdatafile.git diff --git a/tests/collection.cpp b/tests/collection.cpp index 38af5d0..3833d1a 100644 --- a/tests/collection.cpp +++ b/tests/collection.cpp @@ -82,6 +82,7 @@ public: virtual bool is_loadable(const DataFile::CollectionItemTypeBase &, const std::string &) const; virtual NameList get_names(const DataFile::CollectionItemTypeBase &) const; virtual void load(DataFile::Collection &, const DataFile::CollectionItemTypeBase &, const std::string &) const; + virtual IO::Seekable *open(const string &) const { return 0; } };