X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fcollection.h;h=06b8e348cbe3d2a7e16ce2735971802efa73a863;hp=612a0af01879deaac213f1883db29df76d3cd57d;hb=43b8dee0bf05dee1b4a07cc001fae0c81ec53a2f;hpb=5e677b2b3eeb2b3c41216a329f7b1363aade0aed diff --git a/source/collection.h b/source/collection.h index 612a0af..06b8e34 100644 --- a/source/collection.h +++ b/source/collection.h @@ -284,6 +284,8 @@ protected: /** Sets a fallback collection, which will be consulted if an item is not found. */ void set_fallback(Collection *); + + Collection *get_fallback() const { return fallback; } }; template