q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f37c996ad42f2cd1fda5f21b056d7ef84ef84bdf
commit f37c996ad42f2cd1fda5f21b056d7ef84ef84bdf Author: Daniel Kolesa <[email protected]> Date: Thu Sep 26 17:17:05 2019 +0200 efl_mono: remove spurious const --- src/tests/efl_mono/dummy_test_object.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/efl_mono/dummy_test_object.eo b/src/tests/efl_mono/dummy_test_object.eo index 44a7c97464..6daf07f1a7 100644 --- a/src/tests/efl_mono/dummy_test_object.eo +++ b/src/tests/efl_mono/dummy_test_object.eo @@ -1668,7 +1668,7 @@ class Dummy.Test_Object extends Efl.Object implements Dummy.Test_Iface { Dummy.Test_Iface.call_method_protected; } events { - evt,with,string @hot: const(string); + evt,with,string @hot: string; evt,with,bool: bool; evt,with,int @hot: int; evt,with,uint @hot: uint; --
