Elm box: Fix eo type errors.

This commit is contained in:
Tom Hacohen 2016-04-19 16:59:36 +01:00
parent bd14c3ffd3
commit fb110d2de8
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
import evas_box;
type Ecore_Cb: __undefined_type;
class Elm.Box (Elm.Widget)
{
eo_prefix: elm_obj_box;