Eo base class: Fix compliation.

@inout also used to affect the type generated.
Compile check even the simplest changes.
This commit is contained in:
Tom Hacohen 2015-01-12 13:43:59 +00:00
parent 650f2b3149
commit c0f67292d5
1 changed files with 1 additions and 1 deletions

View 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 {