More bugfix for issue #2239

This commit is contained in:
Hombre
2019-08-15 20:23:29 +02:00
parent a46b85f226
commit 68e26fb648
3 changed files with 5 additions and 14 deletions

View File

@@ -432,7 +432,7 @@ void Spot::deleteSelectedEntry()
}
// TODO
CursorShape Spot::getCursor (int objectID)
CursorShape Spot::getCursor (int objectID) const
{
return CSHandOpen;
}