cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=e79406b5dbe68f4bb13cc717c91372f6f0260525

commit e79406b5dbe68f4bb13cc717c91372f6f0260525
Author: Cedric Bail <ced...@osg.samsung.com>
Date:   Thu Nov 17 17:35:23 2016 -0800

    elm/calendar: we do require explicit ptr now.
---
 src/lib/elementary/elm_calendar.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elementary/elm_calendar.eo 
b/src/lib/elementary/elm_calendar.eo
index 31169c9..b312f48 100644
--- a/src/lib/elementary/elm_calendar.eo
+++ b/src/lib/elementary/elm_calendar.eo
@@ -252,7 +252,7 @@ class Elm.Calendar (Elm.Layout, 
Elm.Interface.Atspi_Widget_Action)
             ]]
          }
          values {
-            min: const(Efl.Time)*; [[A tm struct to point to minimum date.]]
+            min: const(ptr(Efl.Time)); [[A tm struct to point to minimum 
date.]]
          }
       }
       @property date_max {
@@ -280,7 +280,7 @@ class Elm.Calendar (Elm.Layout, 
Elm.Interface.Atspi_Widget_Action)
             ]]
          }
          values {
-            max: const(Efl.Time)*; [[A tm struct to point to maximum date.]]
+            max: const(ptr(Efl.Time)); [[A tm struct to point to maximum 
date.]]
          }
       }
       selected_time_set {

-- 


Reply via email to