]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
improve document checker
[kdenlive] / src / docclipbase.h
index 82c0566b41fc11466aec178a6267e9d432e4a876..0b453eec0b28ccaff28923724d63197cbf125e3f 100644 (file)
@@ -56,7 +56,7 @@ Q_OBJECT public:
      *   done here. If a new clip type is added then it should be possible to combine it with both audio
      *   and video. */
 
-    DocClipBase(ClipManager *clipManager, QDomElement xml, const QString &id, bool placeHolder = false);
+    DocClipBase(ClipManager *clipManager, QDomElement xml, const QString &id);
 //    DocClipBase & operator=(const DocClipBase & clip);
     virtual ~ DocClipBase();