From d87a3d2b453e3f4b6c5acc376870ef46f86a0337 Mon Sep 17 00:00:00 2001 From: Lee Baker Date: Sun, 18 Mar 2012 20:00:47 +1300 Subject: [PATCH] Fix: Comment lines in header get lost when copying a SamHeader object. --- src/api/SamHeader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/SamHeader.cpp b/src/api/SamHeader.cpp index b2925f2..967957a 100644 --- a/src/api/SamHeader.cpp +++ b/src/api/SamHeader.cpp @@ -72,6 +72,7 @@ SamHeader::SamHeader(const SamHeader& other) , Sequences(other.Sequences) , ReadGroups(other.ReadGroups) , Programs(other.Programs) + , Comments(other.Comments) { } /*! \fn SamHeader::~SamHeader(void) -- 2.39.2