build fix for wxUniversal

This commit is contained in:
Paul Cornett
2018-10-28 09:16:06 -07:00
parent dd1a6a6d35
commit 25a54a9b56

View File

@@ -310,7 +310,7 @@ static wxPoint gs_lastGesturePoint;
// Function used to dump a brief description of a window. // Function used to dump a brief description of a window.
static static
wxString wxDumpWindow(wxWindow* win) wxString wxDumpWindow(wxWindowGTK* win)
{ {
if ( !win ) if ( !win )
return "(no window)"; return "(no window)";