efl_mono: remove spurious const

This commit is contained in:
Daniel Kolesa 2019-09-26 17:17:05 +02:00
parent d4c4d8f0f4
commit f37c996ad4
1 changed files with 1 additions and 1 deletions

View File

@ -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;