This commit is contained in:
vrd
2023-02-24 09:00:29 +02:00
parent 864d40cb81
commit e626470f71
5 changed files with 34 additions and 20 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ public:
void rename(const char* newName);
person_id findId(const char* name) const{return Nobody;} /* todo */
person_id findId(const char* name) const;
person_id findId(const char* name, Sex) const;
person_id findOldestAncestor(person_id, Sex) const;//
//oldest common ancestor ID, a person is considerd an ancestor of himself