Fix 2458112: default transform GUIDs to random values, not zero. Initialise the...
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / insideout.cpp
index e5e65be..1ed9c2c 100644 (file)
@@ -106,7 +106,7 @@ class InsideOut_Trans : public Transform
 {
        etl::handle<const InsideOut> 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
        {