Fix warning message on debug

This commit is contained in:
David Capello 2014-06-01 18:08:47 -03:00
parent f99423dec4
commit cf0df20a13

View File

@ -1971,7 +1971,7 @@ void Timeline::dropFrames(DropOp op, const Range& drop)
void Timeline::dropLayers(DropOp op, const Range& drop)
{
ASSERT(m_clk_layer >= 0 && m_clk_layer < m_layers.size());
ASSERT(m_clk_layer >= 0 && m_clk_layer < (int)m_layers.size());
if (m_clk_layer < 0)
return;