More implicit array to bool

This commit is contained in:
Daniel Murphy 2013-12-15 19:55:34 +11:00
parent 42c151df49
commit 1818d190b5
6 changed files with 14 additions and 11 deletions

View file

@ -1165,7 +1165,7 @@ public:
void popFront()
{
// Skip last of record when header is depleted.
if(_popCount && _popCount.empty)
if(_popCount.ptr && _popCount.empty)
while(!recordEnd())
{
prime(1);