]> git.sesse.net Git - kdenlive/blobdiff - src/editeffectcommand.h
Fix compilation warnings
[kdenlive] / src / editeffectcommand.h
index 362110d610a28d77ba2a33a0316bbce2ff427cae..1b01ede7e674a8bc261f3edde902a67ef88a7a20 100644 (file)
@@ -41,8 +41,8 @@ public:
 private:
     CustomTrackView *m_view;
     const int m_track;
-    QDomElement m_effect;
     QDomElement m_oldeffect;
+    QDomElement m_effect;
     const GenTime m_pos;
     int m_stackPos;
     bool m_doIt;