tasn pushed a commit to branch master.

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

commit c0f67292d5d10774a7068235bb6bda328c6eddf2
Author: Tom Hacohen <[email protected]>
Date:   Mon Jan 12 13:43:59 2015 +0000

    Eo base class: Fix compliation.
    
    @inout also used to affect the type generated.
    Compile check even the simplest changes.
---
 src/lib/eo/eo_base.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eo/eo_base.eo b/src/lib/eo/eo_base.eo
index 543c35a..99161d8 100644
--- a/src/lib/eo/eo_base.eo
+++ b/src/lib/eo/eo_base.eo
@@ -78,7 +78,7 @@ Prevents event callbacks from being called for the object. */
       wref_del {
          /*@ Delete the weak reference passed. */
          params {
-            @in Eo* wref;
+            @in Eo** wref;
          }
       }
       destructor {

-- 


Reply via email to