Merge branch 'maint'

This commit is contained in:
Geert Janssens
2017-09-10 19:16:38 +02:00
4 changed files with 19 additions and 6 deletions

View File

@@ -681,7 +681,7 @@ GncTaxTable *gncTaxTableLookupByName (QofBook *book, const char *name)
return NULL;
}
GList * gncTaxTableGetTables (QofBook *book)
GncTaxTableList * gncTaxTableGetTables (QofBook *book)
{
struct _book_info *bi;
if (!book) return NULL;