PREDEFINED = "REFERENCE_OBJECT=Class (const Class &); \
Class & operator= (const Class &);"
I just realized the above is not quite right… The correct form would be:
PREDEFINED = "REFERENCE_OBJECT(Class)=Class (const Class &); \
Class & operator= (const Class &);"
Regards,
Peter
