Fix warning
This commit is contained in:
parent
d83c8597b6
commit
d21e7c8684
|
@ -140,6 +140,6 @@ public:
|
||||||
|
|
||||||
BOOL SetColumnWidth(int nColumn, int nWidth)
|
BOOL SetColumnWidth(int nColumn, int nWidth)
|
||||||
{
|
{
|
||||||
return CListViewCtrl::SetColumnWidth(nColumn, nWidth * m_ScaleX);
|
return CListViewCtrl::SetColumnWidth(nColumn, int (nWidth * m_ScaleX));
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in New Issue