minor code cleanups

This commit is contained in:
itsmattkc
2019-03-05 10:15:39 -08:00
parent f9e7c3a3dd
commit 95977143d0
8 changed files with 245 additions and 232 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ Media* Project::create_sequence_internal(ComboAction *ca, SequencePtr s, bool op
parent = olive::project_model.get_root();
}
Media* item(new Media(parent));
Media* item = new Media(parent);
item->set_sequence(s);
if (ca != nullptr) {