From d0eeb9ea49629211feea186cf7c153c1c046452d Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Fri, 17 Oct 2003 04:44:16 +0000 Subject: [PATCH] oops, bad definition for backwards compat git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9536 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/GNCId.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/GNCId.h b/src/engine/GNCId.h index 3d11c0a84c..32a9622d39 100644 --- a/src/engine/GNCId.h +++ b/src/engine/GNCId.h @@ -6,7 +6,7 @@ * QofIdType xaccGUIDType (const GUID * guid, QofBook *book); */ -#define xaccGUIDType(obj) (QOF_INSTANCE(obj)->e_type) +#define xaccGUIDType(obj,book) (QOF_INSTANCE(obj)->e_type) /* Equivalent function prototype: * void xaccGUIDNew (GUID *guid, QofBook *book)