get rid of "private" comment in BitArray.h

develop
lethosor 2016-01-21 16:49:16 -05:00
parent 0b2ba377be
commit 80ecbbd369
1 changed files with 1 additions and 2 deletions

@ -164,7 +164,6 @@ namespace DFHack
out << sstr.str(); out << sstr.str();
return out; return out;
} }
//private:
uint8_t * bits; uint8_t * bits;
uint32_t size; uint32_t size;
}; };