Fix compilation error introduced in 119c87873f4660e4553aecc0d4ad2ae59e016fa5

This commit is contained in:
David Capello 2016-04-21 14:52:16 -03:00
parent ac6d930d08
commit 8e233878b6

View File

@ -633,13 +633,14 @@ namespace she {
case 4:
m_pointerType = PointerType::Pen;
break;
case 2
case 2:
case 5:
m_pointerType = PointerType::Eraser;
break;
default:
m_pointerType = PointerType::Unknown;
break;
}
}
else
m_pointerType = PointerType::Unknown;