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)