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();
return out;
}
//private:
uint8_t * bits;
uint32_t size;
};
@ -233,4 +232,4 @@ namespace DFHack
m_data[idx] = item;
}
};
}
}