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!
This commit is contained in:
gambas 2018-09-06 22:55:19 +02:00
parent 0edb8e6a93
commit e78d690ac3

View file

@ -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