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:
Linas Vepstas 1999-01-26 05:03:41 +00:00
parent c937bf6292
commit 85a885f982
2 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,6 @@ void
xaccInitializeAccountGroup (AccountGroup *grp)
{
grp->saved = TRUE;
grp->new = FALSE;
grp->parent = NULL;
grp->numAcc = 0;

View File

@ -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 */