Resolve some recently introduced warnings
This commit is contained in:
@@ -363,8 +363,8 @@ public:
|
|||||||
// Override SetDoubleBuffered() to do nothing, its implementation in the
|
// Override SetDoubleBuffered() to do nothing, its implementation in the
|
||||||
// base class is incompatible with the double buffering done by this native
|
// base class is incompatible with the double buffering done by this native
|
||||||
// control.
|
// control.
|
||||||
virtual bool IsDoubleBuffered() const;
|
virtual bool IsDoubleBuffered() const wxOVERRIDE;
|
||||||
virtual void SetDoubleBuffered(bool on);
|
virtual void SetDoubleBuffered(bool on) wxOVERRIDE;
|
||||||
|
|
||||||
virtual bool ShouldInheritColours() const wxOVERRIDE { return false; }
|
virtual bool ShouldInheritColours() const wxOVERRIDE { return false; }
|
||||||
|
|
||||||
|
@@ -4201,7 +4201,7 @@ void wxGrid::GetDragGridWindows(int pos,
|
|||||||
if ( pos < lineEnd )
|
if ( pos < lineEnd )
|
||||||
{
|
{
|
||||||
firstGridWindow = m_frozenCornerGridWin;
|
firstGridWindow = m_frozenCornerGridWin;
|
||||||
secondGridWindow = oper.GetFrozenGrid(this);;
|
secondGridWindow = oper.GetFrozenGrid(this);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@@ -2335,6 +2335,7 @@ wxTextCtrl::MSWHandleMessage(WXLRESULT *rc,
|
|||||||
::IsMenu(GetHmenuOf(wxCurrentPopupMenu)) )
|
::IsMenu(GetHmenuOf(wxCurrentPopupMenu)) )
|
||||||
::SetCursor(GetHcursorOf(*wxSTANDARD_CURSOR));
|
::SetCursor(GetHcursorOf(*wxSTANDARD_CURSOR));
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
#endif // wxUSE_MENUS
|
#endif // wxUSE_MENUS
|
||||||
|
|
||||||
case WM_PASTE:
|
case WM_PASTE:
|
||||||
|
@@ -2522,7 +2522,7 @@ wxPGProperty* wxPGProperty::GetPropertyByNameWH( const wxString& name, unsigned
|
|||||||
i++;
|
i++;
|
||||||
if ( i == GetChildCount() )
|
if ( i == GetChildCount() )
|
||||||
i = 0;
|
i = 0;
|
||||||
};
|
}
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user