style fix

This commit is contained in:
ZappoMan 2013-08-15 10:45:53 -07:00
parent ced61e94d8
commit 90fcfca561

View file

@ -171,7 +171,7 @@ private:
static int const MAX_ITEM_VALUE_LENGTH = 128;
char _itemValueBuffer[MAX_ITEM_VALUE_LENGTH];
unsigned char* _jurisdictionRoot;
unsigned char* _jurisdictionRoot;
std::vector<unsigned char*> _jurisdictionEndNodes;
};