]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/SamHeader.h
Added explicit copy ctors to SamHeader data structures
[bamtools.git] / src / api / SamHeader.h
index b51f1750d1beb55c77aeed552a39a19407d607da..add44181b213caae536f19fa408b4b1e3efbec88 100644 (file)
@@ -24,6 +24,7 @@ struct API_EXPORT SamHeader {
     // ctor & dtor
     public:
         explicit SamHeader(const std::string& headerText = "");
+        explicit SamHeader(const SamHeader& other);
         ~SamHeader(void);
 
     // query/modify entire SamHeader at once