Ector generic surface: Fix Eolian warnings.

This includes either migrating types to eolian, fixing namespace or
importing extra types.
This commit is contained in:
Tom Hacohen 2016-02-12 14:23:42 +00:00
parent 24bf636a3e
commit b69da2f189
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ mixin Ector.Generic.Surface (Ector.Generic.Buffer)
}
}
renderer_factory_new {
return: Ector_Renderer *;
return: Eo.Base *; /* FIXME: Should be a more restricted type, only here for cyclic. */
params {
@in type: const(Eo_Class) * @nonull;
@in type: const(Eo.Abstract_Class) * @nonull; /* FIXME: Should probably be a more restricted type */
}
}
}