diff --git a/app/widget/marker/markercopypaste.cpp b/app/widget/marker/markercopypaste.cpp index c5b48edb0..6dd7b7eee 100644 --- a/app/widget/marker/markercopypaste.cpp +++ b/app/widget/marker/markercopypaste.cpp @@ -87,7 +87,7 @@ void MarkerCopyPasteService::PasteMarkersFromClipboard(TimelineMarkerList* list, return; } QString name; - int color; + int color = -1; rational in, out; XMLAttributeLoop((&reader), attr) {