]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/SamReadGroupDictionary.h
Minor cleanup
[bamtools.git] / src / api / SamReadGroupDictionary.h
index 75df1991efd0657007b42f86172095b518851729..328763a61f72dddb6d674381ed801ae1e2e392a5 100644 (file)
@@ -1,9 +1,8 @@
 // ***************************************************************************
 // SamReadGroupDictionary.h (c) 2010 Derek Barnett
 // Marth Lab, Department of Biology, Boston College
-// All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 4 March 2011 (DB)
+// Last modified: 18 April 2011 (DB)
 // ---------------------------------------------------------------------------
 // Provides methods for operating on a collection of SamReadGroup entries.
 // ***************************************************************************
@@ -75,7 +74,7 @@ class API_EXPORT SamReadGroupDictionary {
 
     // internal methods
     private:
-        int IndexOf(const SamReadGroup& readGroup) const;
+        int IndexOf(const std::string& readGroupId) const;
 
     // data members
     private:
@@ -84,4 +83,4 @@ class API_EXPORT SamReadGroupDictionary {
 
 } // namespace BamTools
 
-#endif // SAM_READGROUP_DICTIONARY 
+#endif // SAM_READGROUP_DICTIONARY_H