mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix bug: missing structure entry
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6932 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
08638e2555
commit
6af83bf8b2
@ -24,6 +24,7 @@ static GncObject_t bus_obj = {
|
|||||||
NULL, /* create */
|
NULL, /* create */
|
||||||
NULL, /* destroy */
|
NULL, /* destroy */
|
||||||
NULL, /* is dirty */
|
NULL, /* is dirty */
|
||||||
|
NULL, /* mark_clean */
|
||||||
foreach,
|
foreach,
|
||||||
printable,
|
printable,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user