add death date
This commit is contained in:
@@ -269,7 +269,7 @@ bool Tree::loadTree()
|
||||
return 1;
|
||||
}
|
||||
|
||||
void Tree::addPerson(const char *name, BirthTime birth, bool isMale, unsigned father, unsigned mother)
|
||||
void Tree::addPerson(const char *name, EventTime birth, bool isMale, unsigned father, unsigned mother)
|
||||
{
|
||||
Person newPerson(name, birth, isMale);
|
||||
people.push(newPerson);
|
||||
|
||||
Reference in New Issue
Block a user