Missing return false

This commit is contained in:
Lonnie Ezell 2017-08-11 00:17:12 -05:00
parent d18195c689
commit e9732f1862
No known key found for this signature in database
GPG Key ID: 8EB408F8D82F5002

View File

@ -1893,6 +1893,8 @@ class BaseBuilder
{
return true;
}
return false;
}
return true;