]> git.sesse.net Git - kdenlive/blobdiff - src/dvdwizardmenu.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / dvdwizardmenu.h
index c4496b2f2411296f175c311a84a2e137a473430d..d5daa98964c699b99d8c08a06b92e6db63cfa4da 100644 (file)
@@ -136,7 +136,8 @@ protected:
             list.removeAll(this);
             if (!list.isEmpty()) {
                 for (int i = 0; i < list.count(); ++i) {
-                    if (list.at(i)->type() == Type) return pos();
+                    if (list.at(i)->type() == Type)
+                        return pos();
                 }
             }
             return newPos;