]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/utils/bamtools_variant.h
Minor cleanup
[bamtools.git] / src / utils / bamtools_variant.h
index 93ef8ab472004cc2836d04a116dd2f8fcb5980e8..020b3363baa1a316d4bea7a6fa75e1901c7a953f 100644 (file)
@@ -1,9 +1,8 @@
 // ***************************************************************************
 // bamtools_variant.h (c) 2010 Derek Barnett, Erik Garrison
 // Marth Lab, Department of Biology, Boston College
-// All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 2 June 2010
+// Last modified: 19 November 2010
 // ---------------------------------------------------------------------------
 // Provides a template-based variant type
 // ---------------------------------------------------------------------------
 #ifndef BAMTOOLS_VARIANT_H
 #define BAMTOOLS_VARIANT_H
 
+#include <utils/utils_global.h>
 #include <stdexcept>
-#include <typeinfo>
 #include <string>
+#include <typeinfo>
 
 namespace BamTools {
 
-class Variant {
+class UTILS_EXPORT Variant {
   
     public:
         Variant(void) : data(NULL) { }