]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/SamReadGroupDictionary.h
Removed data duplication in last update to Sam*Dictionaries
[bamtools.git] / src / api / SamReadGroupDictionary.h
index c66c6d5b233dee35648bfaf4b65d01ec257a9f0b..a4aeda95154d1f3c99372bf4a145ed15f3013892 100644 (file)
@@ -2,7 +2,7 @@
 // SamReadGroupDictionary.h (c) 2010 Derek Barnett
 // Marth Lab, Department of Biology, Boston College
 // ---------------------------------------------------------------------------
-// Last modified: 14 October 2011 (DB)
+// Last modified: 16 October 2011 (DB)
 // ---------------------------------------------------------------------------
 // Provides methods for operating on a collection of SamReadGroup entries.
 // ***************************************************************************
@@ -77,7 +77,7 @@ class API_EXPORT SamReadGroupDictionary {
     // data members
     private:
         SamReadGroupContainer m_data;
-        std::map<std::string, SamReadGroup> m_lookupData;
+        std::map<std::string, size_t> m_lookupData;
 };
 
 } // namespace BamTools