]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/toolkit/bamtools_random.h
Minor cleanup to toolkit code formatting.
[bamtools.git] / src / toolkit / bamtools_random.h
index ac13149b0d0c4e303c8e9dbc2cdf1633f2973685..688ab5c23150f6b879c1174587e2afd5352a5778 100644 (file)
@@ -3,9 +3,9 @@
 // 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 +28,9 @@ class RandomTool : public AbstractTool {
     private:
         struct RandomSettings;
         RandomSettings* m_settings;
+
+        struct RandomToolPrivate;
+        RandomToolPrivate* m_impl;
 };
   
 } // namespace BamTools