Ector generic surface: Fix Eolian warnings.
authorTom Hacohen <tom@stosb.com>
Fri, 12 Feb 2016 14:23:42 +0000 (14:23 +0000)
committerTom Hacohen <tom@stosb.com>
Fri, 12 Feb 2016 14:29:27 +0000 (14:29 +0000)
This includes either migrating types to eolian, fixing namespace or
importing extra types.

src/lib/ector/ector_generic_surface.eo

index 438296e..b2735ec 100644 (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 */
          }
       }
    }