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:
Derek Atkins 2002-06-01 02:02:34 +00:00
parent 08638e2555
commit 6af83bf8b2

View File

@ -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,
}; };