X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Futils%2Fbamtools_fasta.h;h=c339943c3259c221255bf93d1e4c778785c26bc1;hb=9f1ce8c47aeadb6dc1320b52ee671c3341b97935;hp=f64a0876a0913721a58791411bf86764dd43c46b;hpb=0180d7256f5c781364b04559b39ed2db41585787;p=bamtools.git diff --git a/src/utils/bamtools_fasta.h b/src/utils/bamtools_fasta.h index f64a087..c339943 100644 --- a/src/utils/bamtools_fasta.h +++ b/src/utils/bamtools_fasta.h @@ -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: 10 October 2011 // --------------------------------------------------------------------------- // Provides FASTA reading/indexing functionality. // *************************************************************************** @@ -11,11 +10,12 @@ #ifndef BAMTOOLS_FASTA_H #define BAMTOOLS_FASTA_H +#include "utils/utils_global.h" #include 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