Added missing this->

This commit is contained in:
Anonymous
2014-01-19 05:03:06 -07:00
parent e138d405a3
commit b9f26488d5
@@ -99,9 +99,9 @@ namespace DB {
BitArray temp;
// indicator is the number of chars read from the database
if (indicator > 0)
if (this->indicator > 0)
{
buf[indicator] = 0;
buf[this->indicator] = 0;
temp.setFromDbTextString(buf);
}