From 405c7ee2699f66f2a8604e22bc6a9c0528d6d052 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 23 May 2016 17:11:47 +0100 Subject: [PATCH] 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 c9e7429cf2..8a3c404d9b 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. ]]