Whiteboard: Suppressed useless parentheses
This commit is contained in:
parent
f846887424
commit
5b89f29054
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ find_visitor::~find_visitor()
|
|||
|
||||
void find_visitor::visit_move(boost::shared_ptr<move> move)
|
||||
{
|
||||
if( &(move->get_unit()) == search_target_ )
|
||||
if( &move->get_unit() == search_target_ )
|
||||
{
|
||||
search_result_.push_back(move);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue