libgimpwidgets: Add parent instance to GimpPathEditor

The GtkBox parent_instance was left off when the widget
was converted to FINAL TYPE in bd23d5a9.
This commit is contained in:
Alx Sa 2024-10-21 13:40:59 +00:00
parent 542d2af2a5
commit 1a70e911b1

View file

@ -78,6 +78,8 @@ enum
struct _GimpPathEditor
{
GtkBox parent_instance;
GtkWidget *upper_hbox;
GtkWidget *new_button;