Typedef GNCSearchOwnerPrivate only once.

This commit is contained in:
John Ralls 2019-06-03 10:12:42 -07:00
parent 727348eff3
commit c140563e10
2 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,6 @@ static void gnc_search_owner_class_init (GNCSearchOwnerClass *klass);
static void gnc_search_owner_init (GNCSearchOwner *gspaper); static void gnc_search_owner_init (GNCSearchOwner *gspaper);
static void gnc_search_owner_finalize (GObject *obj); static void gnc_search_owner_finalize (GObject *obj);
typedef struct _GNCSearchOwnerPrivate GNCSearchOwnerPrivate;
typedef struct _GNCSearchOwnerPrivate typedef struct _GNCSearchOwnerPrivate
{ {
GncOwner owner; GncOwner owner;

View File

@ -1,5 +1,6 @@
# This is a list of files which contain translatable strings. # This is a list of files which contain translatable strings.
# This file was autogenerated by cmake. # This file was autogenerated by cmake.
bindings/python/gnucash_core.c
borrowed/goffice/go-charmap-sel.c borrowed/goffice/go-charmap-sel.c
borrowed/goffice/go-glib-extras.c borrowed/goffice/go-glib-extras.c
borrowed/goffice/go-optionmenu.c borrowed/goffice/go-optionmenu.c
@ -193,6 +194,7 @@ gnucash/gnome-utils/search-param.c
gnucash/gnome-utils/tree-view-utils.c gnucash/gnome-utils/tree-view-utils.c
gnucash/gnome-utils/window-main-summarybar.c gnucash/gnome-utils/window-main-summarybar.c
gnucash/gnucash-bin.c gnucash/gnucash-bin.c
gnucash/gnucash-gresources.c
gnucash/gschemas/org.gnucash.dialogs.business.gschema.xml.in gnucash/gschemas/org.gnucash.dialogs.business.gschema.xml.in
gnucash/gschemas/org.gnucash.dialogs.checkprinting.gschema.xml.in gnucash/gschemas/org.gnucash.dialogs.checkprinting.gschema.xml.in
gnucash/gschemas/org.gnucash.dialogs.commodities.gschema.xml.in gnucash/gschemas/org.gnucash.dialogs.commodities.gschema.xml.in