Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / transform.h
index fb8c5a1..50bf7ff 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) { }
 
 public: