From e2bcd09a6666a27726f534008e8d582d79792e7d Mon Sep 17 00:00:00 2001
From: Aaron <aaronquinlan@gmail.com>
Date: Mon, 3 Jan 2011 14:04:29 -0500
Subject: [PATCH] Changed BamAlignmentSupportData from private to public.

This will eliminate the oft-reported compilation issue.
---
 src/utils/BamTools/BamAux.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/utils/BamTools/BamAux.h b/src/utils/BamTools/BamAux.h
index c3eb22c9..f92875e6 100644
--- a/src/utils/BamTools/BamAux.h
+++ b/src/utils/BamTools/BamAux.h
@@ -169,7 +169,7 @@ struct BamAlignment {
         int32_t     InsertSize;        // Mate-pair insert size
 
     // internal data
-    private:
+    public:
         struct BamAlignmentSupportData {
 
             // data members
-- 
GitLab