]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/toolkit/bamtools_count.h
Minor cleanup to toolkit code formatting.
[bamtools.git] / src / toolkit / bamtools_count.h
index e3d0c81ccd2b56a5951452a60c7da5cf2dc19ac9..d9c3c3d486fbc6834471ac6a4c36a611d2fec803 100644 (file)
@@ -3,12 +3,9 @@
 // Marth Lab, Department of Biology, Boston College
 // All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 1 June 2010
+// Last modified: 7 April 2011
 // ---------------------------------------------------------------------------
-// Prints alignment count for BAM file
-//
-// ** Expand to multiple?? 
-//
+// Prints alignment count for BAM file(s)
 // ***************************************************************************
 
 #ifndef BAMTOOLS_COUNT_H
@@ -31,6 +28,9 @@ class CountTool : public AbstractTool {
     private: 
         struct CountSettings;
         CountSettings* m_settings;
+
+        struct CountToolPrivate;
+        CountToolPrivate* m_impl;
 };
   
 } // namespace BamTools