Ecore con: Fix to the correct parameter type.

Can finally be done because the eolian cycle bug was fixed.
This commit is contained in:
Tom Hacohen 2014-08-28 10:26:07 +01:00
parent 14d67f31d0
commit 2a144e5717
1 changed files with 1 additions and 2 deletions

View File

@ -49,8 +49,7 @@ class Ecore.Con.Server (Ecore.Con.Base) {
get {
}
values {
/* FIXME: Change to Ecore.Con.Client when eolian cycle bug is fixed. */
const(Eina_List <const(Ecore.Con.Base) *>) *clients; /*@ The list of clients on this server. */
const(Eina_List <const(Ecore.Con.Client) *>) *clients; /*@ The list of clients on this server. */
}
}
}