From 25a54a9b56d9a3eda3f9c657f4aa438b1d5932a4 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sun, 28 Oct 2018 09:16:06 -0700 Subject: [PATCH] build fix for wxUniversal --- src/gtk/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index 99fc8eebfa..64a633afaf 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -310,7 +310,7 @@ static wxPoint gs_lastGesturePoint; // Function used to dump a brief description of a window. static -wxString wxDumpWindow(wxWindow* win) +wxString wxDumpWindow(wxWindowGTK* win) { if ( !win ) return "(no window)";