diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index c05ccb0651..36c049b5d2 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -235,8 +235,9 @@ static bool gs_inSizeAllocate; #ifdef wxGTK_HAS_GESTURES_SUPPORT // Per-window data for gestures support. -struct wxWindowGesturesData +class wxWindowGesturesData { +public: wxWindowGesturesData(wxWindow* win, GtkWidget *widget); ~wxWindowGesturesData();