X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FSamReadGroupDictionary.h;h=8ec40e227ba5f020699cd1a0021a2785587e447c;hb=cdf4bbcb19025398d429035fe672661a8c8d1a80;hp=75df1991efd0657007b42f86172095b518851729;hpb=9cf50963514decd5c272f52a0a019c6289d43c63;p=bamtools.git diff --git a/src/api/SamReadGroupDictionary.h b/src/api/SamReadGroupDictionary.h index 75df199..8ec40e2 100644 --- a/src/api/SamReadGroupDictionary.h +++ b/src/api/SamReadGroupDictionary.h @@ -3,7 +3,7 @@ // 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 +75,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 +84,4 @@ class API_EXPORT SamReadGroupDictionary { } // namespace BamTools -#endif // SAM_READGROUP_DICTIONARY +#endif // SAM_READGROUP_DICTIONARY_H