state explicitely casted to quint16
This commit is contained in:
parent
decbce4bdd
commit
bd30a5bbd5
|
@ -54,9 +54,8 @@ namespace
|
|||
return false;
|
||||
}
|
||||
|
||||
const auto stateBit = static_cast< QskAspect::State >(
|
||||
1 << qCountTrailingZeroBits( mask ) );
|
||||
|
||||
const auto stateBit = lowestState( mask );
|
||||
|
||||
mask &= ~stateBit;
|
||||
|
||||
bool ret = removeHintStateMask( table, aspect, state, mask );
|
||||
|
|
Loading…
Reference in New Issue