]> git.sesse.net Git - kdenlive/blobdiff - src/effectstack/effectstackview2.h
Const'ify/ref + fix indent
[kdenlive] / src / effectstack / effectstackview2.h
index f6d2bad16af980b3c0ced5bc46536c24013a012d..dde1871b279f88375871c1db0848ca9a8ebcbe59 100644 (file)
@@ -53,7 +53,7 @@ public:
     void clear();
 
     /** @brief Passes updates on @param profile and @param t on to the effect editor. */
-    void updateProjectFormat(MltVideoProfile profile, Timecode t);
+    void updateProjectFormat(const MltVideoProfile &profile, const Timecode &t);
 
     /** @brief Tells the effect editor to update its timecode format. */
     void updateTimecodeFormat();