mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix missing include config.h. Also fix still-used deprecated typedef.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14799 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
042ec5de5e
commit
03cf6d7d01
@ -21,6 +21,7 @@
|
||||
* *
|
||||
********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include "qof.h"
|
||||
|
||||
@ -413,7 +414,7 @@ qof_book_merge_foreach_target (QofEntity* targetEnt, gpointer user_data)
|
||||
QofBookMergeData *mergeData;
|
||||
|
||||
g_return_if_fail(user_data != NULL);
|
||||
mergeData = (qof_book_mergeData*)user_data;
|
||||
mergeData = (QofBookMergeData*)user_data;
|
||||
g_return_if_fail(targetEnt != NULL);
|
||||
mergeData->targetList = g_slist_prepend(mergeData->targetList,targetEnt);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user