if (m_orient == wxVERTICAL)
{
- long height = size.y;
+ wxCoord height = size.y;
if (item->GetOption())
{
height = (delta * weight) + extra;
}
else
{
- long width = size.x;
+ wxCoord width = size.x;
if (item->GetOption())
{
width = (delta * weight) + extra;