Eo base class: Fix compliation.
authorTom Hacohen <tom@stosb.com>
Mon, 12 Jan 2015 13:43:59 +0000 (13:43 +0000)
committerTom Hacohen <tom@stosb.com>
Mon, 12 Jan 2015 13:43:59 +0000 (13:43 +0000)
@inout also used to affect the type generated.
Compile check even the simplest changes.

src/lib/eo/eo_base.eo

index 543c35a89f142ee37a681a03720f275a53f98ab9..99161d83715334b2e535a69be0e167c13c62a7fc 100644 (file)
@@ -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 {