Commit 3dd6f93f authored by Rémi Duraffort's avatar Rémi Duraffort

qt4: fix clang warning (implicit conversion)

parent 2310b195
......@@ -93,7 +93,7 @@ int PLItem::id( int type )
return i_playlist_id;
default:
case MLMEDIA_ID:
assert( NULL );
assert( 0 );
return -1;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment