misc session->book bugfixes

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6019 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-11-24 18:12:35 +00:00
parent 860adf103c
commit 2a1dd5b86c
2 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,7 @@ file_load_file(Backend *be)
}
static void
file_book_load (Backend *be, GNCBook *book)
file_book_load (Backend *be, GNCSession *session)
{
if (!file_load_file(be))
{

View File

@ -39,6 +39,7 @@
#include "Scrub.h"
#include "Transaction.h"
#include "TransactionP.h"
#include "TransLog.h"
#include "gnc-pricedb.h"
#include "gnc-engine-util.h"
#include "gnc-book-p.h"