]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/toolkit/bamtools_random.h
Minor cleanup
[bamtools.git] / src / toolkit / bamtools_random.h
index ac13149b0d0c4e303c8e9dbc2cdf1633f2973685..ce70b86ec677bd90c21dd33c9f37652097cfb156 100644 (file)
@@ -1,11 +1,10 @@
 // ***************************************************************************
 // bamtools_random.h (c) 2010 Derek Barnett, Erik Garrison
 // Marth Lab, Department of Biology, Boston College
-// All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 20 July 2010 (DB)
+// Last modified: 7 April 2010 (DB)
 // ---------------------------------------------------------------------------
-// Grab a random subset of alignments.
+// Grab a random subset of alignments (testing tool)
 // ***************************************************************************
 
 #ifndef BAMTOOLS_RANDOM_H
@@ -28,6 +27,9 @@ class RandomTool : public AbstractTool {
     private:
         struct RandomSettings;
         RandomSettings* m_settings;
+
+        struct RandomToolPrivate;
+        RandomToolPrivate* m_impl;
 };
   
 } // namespace BamTools