diff --git a/psychorientation/psychorientation/eleve.cs b/psychorientation/psychorientation/eleve.cs index 3623a7e2a3595940541841941652a919ae08d433..d2660fee09e7c319b2cc0c9e42a7bdf45d21bede 100644 --- a/psychorientation/psychorientation/eleve.cs +++ b/psychorientation/psychorientation/eleve.cs @@ -94,7 +94,7 @@ namespace psychorientation { foreach(Note n in listeNotes) { - res += n.getNote(); + res += n.GetNote(); } } return res / this.listeNotes.Count;