tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=405c7ee2699f66f2a8604e22bc6a9c0528d6d052
commit 405c7ee2699f66f2a8604e22bc6a9c0528d6d052 Author: Tom Hacohen <[email protected]> Date: Mon May 23 17:11:47 2016 +0100 Eo override: Fix compilation issues. I thought I compiled, but it seems that @q66 managed to distract me and I thought wrong and didn't actually. Oh well, fixed now. Thanks to @zmike for letting me know. --- src/lib/eo/eo_override.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eo/eo_override.eo b/src/lib/eo/eo_override.eo index c9e7429..8a3c404 100644 --- a/src/lib/eo/eo_override.eo +++ b/src/lib/eo/eo_override.eo @@ -1,6 +1,6 @@ abstract Eo.Override () { - [[A special class to pass to #eo_super() when using @Eo.Base.override + [[A special class to pass to #eo_super() when using #eo_override() Shouldn't be inherited from or anything of this sort. ]] --
