X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffects%2Feffect.cpp;h=05ef5a10f1c2acee31f801053ffe94fc50259d5a;hb=0fa506250545acb83bc86f1734826544d6f1eda6;hp=4ab867ff23f538a0a52fbb08e4dbe0dc750691be;hpb=5542f100cd82561aae4605dfca5a58b0eec8e2ae;p=libs%2Fgl.git diff --git a/source/effects/effect.cpp b/source/effects/effect.cpp index 4ab867ff..05ef5a10 100644 --- a/source/effects/effect.cpp +++ b/source/effects/effect.cpp @@ -19,5 +19,15 @@ void Effect::disable_for_method(Tag tag) enabled_methods.erase(tag); } + +Effect::Template::Loader::Loader(Template &t, Collection &c): + CollectionObjectLoader