X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Finsideout.cpp;h=1ed9c2c77bcd08c9373475f48fd674b533a3535d;hb=11c3c866616ccaedc988fd9d4f0410ea2df38de8;hp=e5e65be1d8be2f6893f077e20a08b662e58fb3a4;hpb=e3f4437fedbdd74aebbf1675723978853dac8a8b;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/insideout.cpp b/synfig-core/trunk/src/modules/lyr_std/insideout.cpp index e5e65be..1ed9c2c 100644 --- a/synfig-core/trunk/src/modules/lyr_std/insideout.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/insideout.cpp @@ -106,7 +106,7 @@ class InsideOut_Trans : public Transform { etl::handle layer; public: - InsideOut_Trans(const InsideOut* x):layer(x) { } + InsideOut_Trans(const InsideOut* x):Transform(x->get_guid()),layer(x) { } synfig::Vector perform(const synfig::Vector& x)const {