]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/utils/bamtools_fasta.h
Minor cleanup
[bamtools.git] / src / utils / bamtools_fasta.h
index f64a0876a0913721a58791411bf86764dd43c46b..5cf85b356761f0bc6b0830bfa83f13bee05846f9 100644 (file)
@@ -1,9 +1,8 @@
 // ***************************************************************************
 // bamtools_fasta.h (c) 2010 Derek Barnett, Erik Garrison
 // Marth Lab, Department of Biology, Boston College
-// All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 13 July 2010
+// Last modified: 19 November 2010
 // ---------------------------------------------------------------------------
 // Provides FASTA reading/indexing functionality.
 // ***************************************************************************
 #ifndef BAMTOOLS_FASTA_H
 #define BAMTOOLS_FASTA_H
 
+#include <utils/utils_global.h>
 #include <string>
 
 namespace BamTools {
 
-class Fasta {  
+class UTILS_EXPORT Fasta {
   
     // ctor & dtor
     public:
@@ -44,4 +44,4 @@ class Fasta {
   
 } // BAMTOOLS_FASTA_H
   
-#endif // BAMTOOLS_FASTA_H
\ No newline at end of file
+#endif // BAMTOOLS_FASTA_H