Resolve some recently introduced warnings

This commit is contained in:
Maarten Bent
2019-10-13 12:30:58 +02:00
committed by paulcor
parent 127ec4dd7f
commit 05e0fad687
4 changed files with 5 additions and 4 deletions

View File

@@ -4201,7 +4201,7 @@ void wxGrid::GetDragGridWindows(int pos,
if ( pos < lineEnd )
{
firstGridWindow = m_frozenCornerGridWin;
secondGridWindow = oper.GetFrozenGrid(this);;
secondGridWindow = oper.GetFrozenGrid(this);
}
else
{