diff -r f292db96b050 -r 2d4ec5ab2a40 client/src/Iri.Modernisation.Data/Models/PolemicLink.cs --- a/client/src/Iri.Modernisation.Data/Models/PolemicLink.cs Mon Jan 04 10:29:39 2010 +0100 +++ b/client/src/Iri.Modernisation.Data/Models/PolemicLink.cs Tue Jan 05 15:53:48 2010 +0100 @@ -30,6 +30,6 @@ /// /// Type du lien /// - public PolemicElementType Type { get; set; } + public PolemicTypeDescription Type { get; set; } } }