]> git.sesse.net Git - kdenlive/blobdiff - src/mltdevicecapture.h
Use const'ref, change if(foo) delete foo => delete foo not necessary to check it...
[kdenlive] / src / mltdevicecapture.h
index 91faa5baf4e8939cc97a7ff3c1bc7b45e696a295..f572636b91a2db4add72ee316f872a7a7d6ce3c6 100644 (file)
@@ -1,4 +1,4 @@
-/***************************************************************************
+ /***************************************************************************
                          mltdevicecapture.h  -  description
                             -------------------
    begin                : Sun May 21 2011
@@ -62,7 +62,7 @@ Q_OBJECT public:
     bool sendFrameForAnalysis;
 
     /** @brief Someone needs us to send again a frame. */
-    void sendFrameUpdate() {};
+    void sendFrameUpdate() {}
     
     void emitFrameUpdated(Mlt::Frame&);
     void emitFrameNumber(double position);