]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/SamReadGroup.h
Removed explicit keyword from SamHeader-related object copy ctors
[bamtools.git] / src / api / SamReadGroup.h
index 14498af5fed9dd4a7f7148788dd26bab56f0e252..c53274af8aa667cf6607a924a745bdeaba502b7e 100644 (file)
@@ -22,7 +22,7 @@ class API_EXPORT SamReadGroup {
     public:
         SamReadGroup(void);
         SamReadGroup(const std::string& id);
-        explicit SamReadGroup(const SamReadGroup& other);
+        SamReadGroup(const SamReadGroup& other);
         ~SamReadGroup(void);
 
     // public methods