summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2016-04-19 16:57:00 +0100
committerTom Hacohen <tom@stosb.com>2016-04-19 17:15:28 +0100
commit7d5bcd1a2c960b16054ab58885cdb59c91e5a88d (patch)
tree413f6d13d55dd675900b2b10789ed7b61e1bf32d
parent8b6948fa42098f20b1b3d16cdd69d5118ac545d8 (diff)
downloadefl-7d5bcd1a2c960b16054ab58885cdb59c91e5a88d.tar.gz
Elm slideshow: Fix eo type errors.
-rw-r--r--src/lib/elementary/elm_slideshow.eo2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_slideshow.eo b/src/lib/elementary/elm_slideshow.eo
index 295ee93fa3..ce46ec2f34 100644
--- a/src/lib/elementary/elm_slideshow.eo
+++ b/src/lib/elementary/elm_slideshow.eo
@@ -1,3 +1,5 @@
+type Elm_Slideshow_Item_Class: __undefined_type;
+
class Elm.Slideshow (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
{
eo_prefix: elm_obj_slideshow;