Removed bool warning

This commit is contained in:
Phil Nash 2011-04-26 08:35:52 +01:00
parent 823ea3efd4
commit 38edb9fa95
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ public:
operator MutableResultInfo&
()
{
return m_result->captureBoolExpression( (bool)m_lhs );
return m_result->captureBoolExpression( m_lhs );
}