]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/toolkit/bamtools_index.h
Minor cleanup
[bamtools.git] / src / toolkit / bamtools_index.h
index bb6d89353066bd8972734d1ddbaeb2280609f53d..a6707410ad052062126c245f70de6635546f3f44 100644 (file)
@@ -1,11 +1,10 @@
 // ***************************************************************************
 // bamtools_index.h (c) 2010 Derek Barnett, Erik Garrison
 // Marth Lab, Department of Biology, Boston College
-// All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 1 June 2010
+// Last modified: 7 April 2011
 // ---------------------------------------------------------------------------
-// Creates a BAM index (".bai") file for the provided BAM file
+// Creates a BAM index file
 // ***************************************************************************
 
 #ifndef BAMTOOLS_INDEX_H
@@ -28,6 +27,9 @@ class IndexTool : public AbstractTool {
     private:
         struct IndexSettings;
         IndexSettings* m_settings;
+
+        struct IndexToolPrivate;
+        IndexToolPrivate* m_impl;
 };
   
 } // namespace BamTools