]> git.sesse.net Git - kdenlive/commitdiff
Fix regression with previous commit
authorTill Theato <root@ttill.de>
Sun, 23 May 2010 08:34:45 +0000 (08:34 +0000)
committerTill Theato <root@ttill.de>
Sun, 23 May 2010 08:34:45 +0000 (08:34 +0000)
svn path=/trunk/kdenlive/; revision=4478

src/clipitem.cpp

index 339f709c04bb7e17cfcfe66bc80d4beb1d14384a..ea08aa4bda937229eddee9bd6efd59087fcb2429 100644 (file)
@@ -645,7 +645,7 @@ DocClipBase *ClipItem::baseClip() const
 
 QDomElement ClipItem::xml() const
 {
-    itemXml();
+    return itemXml();
 }
 
 QDomElement ClipItem::itemXml() const