From 80ecbbd369415f08e4bb5f2d6e6c7489f4b26189 Mon Sep 17 00:00:00 2001 From: lethosor Date: Thu, 21 Jan 2016 16:49:16 -0500 Subject: [PATCH] get rid of "private" comment in BitArray.h --- library/include/BitArray.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/include/BitArray.h b/library/include/BitArray.h index a507a38a4..1469091d1 100644 --- a/library/include/BitArray.h +++ b/library/include/BitArray.h @@ -164,7 +164,6 @@ namespace DFHack out << sstr.str(); return out; } - //private: uint8_t * bits; uint32_t size; }; @@ -233,4 +232,4 @@ namespace DFHack m_data[idx] = item; } }; -} \ No newline at end of file +}