summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2016-05-23 17:11:47 +0100
committerTom Hacohen <tom@stosb.com>2016-05-23 17:11:47 +0100
commit405c7ee2699f66f2a8604e22bc6a9c0528d6d052 (patch)
treee57fae1233f9ab495bfd70d0a719a100cdce8a6e
parent376fcc7ac4cd4906fa4edd9be3db9a4bd6820440 (diff)
downloadefl-405c7ee2699f66f2a8604e22bc6a9c0528d6d052.tar.gz
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.
-rw-r--r--src/lib/eo/eo_override.eo2
1 files changed, 1 insertions, 1 deletions
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.
]]