Fixed compiler warning
This commit is contained in:
parent
bd42f2c2df
commit
7a82a8d2c6
@ -369,6 +369,7 @@ public:
|
||||
// -------------
|
||||
switch(m_card_test)
|
||||
{
|
||||
case CARD_IGNORE: break; // always true
|
||||
case CARD_IS:
|
||||
if(card!=m_card_name) return false;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user