]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/utils/bamtools_variant.h
Cleaned up intra-API includes & moved version numbers to 2.0.0
[bamtools.git] / src / utils / bamtools_variant.h
index 93ef8ab472004cc2836d04a116dd2f8fcb5980e8..4c477fb253829c827bcab6c3bb4c1c1cfb424aff 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: 10 October 2011
 // ---------------------------------------------------------------------------
 // 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) { }