From e78d690ac3a0729738b26ca22f916e90e7b4becd Mon Sep 17 00:00:00 2001 From: gambas Date: Thu, 6 Sep 2018 22:55:19 +0200 Subject: [PATCH] Let's try to compile 'gb.gtk3' on Ubuntu 12.04! [GB.GTK3] * BUG: Let's try to compile 'gb.gtk3' on Ubuntu 12.04! --- gb.gtk/src/gcontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gb.gtk/src/gcontrol.cpp b/gb.gtk/src/gcontrol.cpp index 5270cb2b3..ccb29bdd7 100644 --- a/gb.gtk/src/gcontrol.cpp +++ b/gb.gtk/src/gcontrol.cpp @@ -1735,7 +1735,7 @@ if (G_OBJECT_TYPE(widget) == type) \ } \ } -#define PATCH_CLASS_BASELINE(widget, type) PATCH_CLASS(widget, type) +#define PATCH_CLASS_BASELINE PATCH_CLASS #endif