mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-12 19:18:16 +00:00
[idd] helper: remove compiler warnings
This commit is contained in:
@@ -42,7 +42,7 @@ int CListBox::getSel()
|
||||
|
||||
int CListBox::getData(int index)
|
||||
{
|
||||
return ListBox_GetItemData(m_hwnd, index);
|
||||
return (int) ListBox_GetItemData(m_hwnd, index);
|
||||
}
|
||||
|
||||
void CListBox::setSel(int index)
|
||||
|
||||
Reference in New Issue
Block a user