projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
650f2b3
)
Eo base class: Fix compliation.
author
Tom Hacohen
<tom@stosb.com>
Mon, 12 Jan 2015 13:43:59 +0000
(13:43 +0000)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/src/lib/eo/eo_base.eo
b/src/lib/eo/eo_base.eo
index 543c35a89f142ee37a681a03720f275a53f98ab9..99161d83715334b2e535a69be0e167c13c62a7fc 100644
(file)
--- 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 {