]> git.donarmstrong.com Git - bamtools.git/blobdiff - bamtools_convert.h
Minor formatting cleanup in BamIndex.*
[bamtools.git] / bamtools_convert.h
index 8595dabd26e622264b85f9b241e3d1063882d9f9..8dd685728b38e6b8f02f5bf86faec75983721f8d 100644 (file)
@@ -3,7 +3,7 @@
 // Marth Lab, Department of Biology, Boston College
 // All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 2 June 2010
+// Last modified: 9 July 2010
 // ---------------------------------------------------------------------------
 // Converts between BAM and a number of other formats
 // ***************************************************************************
@@ -28,6 +28,9 @@ class ConvertTool : public AbstractTool {
     private: 
         struct ConvertSettings;
         ConvertSettings* m_settings;
+        
+        struct ConvertToolPrivate;
+        ConvertToolPrivate* m_impl;
 };
   
 } // namespace BamTools