Fix 2458112: default transform GUIDs to random values, not zero. Initialise the...
[synfig.git] / synfig-core / trunk / src / synfig / transform.h
index fb8c5a1..a235b22 100644 (file)
@@ -49,7 +49,7 @@ public:
        typedef etl::handle<Transform> Handle;
 
 protected:
-       Transform(const GUID& guid=GUID(0)):guid_(guid) { }
+       Transform(const GUID& guid=GUID()):guid_(guid) { }
 
 public: