mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
oops, new conflicts with C++
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1656 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c937bf6292
commit
85a885f982
@ -55,7 +55,6 @@ void
|
||||
xaccInitializeAccountGroup (AccountGroup *grp)
|
||||
{
|
||||
grp->saved = TRUE;
|
||||
grp->new = FALSE;
|
||||
|
||||
grp->parent = NULL;
|
||||
grp->numAcc = 0;
|
||||
|
@ -43,7 +43,7 @@
|
||||
struct _account_group {
|
||||
/* The flags: */
|
||||
unsigned int saved : 1;
|
||||
unsigned int new : 1;
|
||||
/* unsigned int new : 1; */
|
||||
|
||||
Account *parent; /* back-pointer to parent */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user