summaryrefslogtreecommitdiff
path: root/src/benchmarks
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2016-08-30 13:34:10 +0100
committerTom Hacohen <tom@stosb.com>2016-08-30 13:34:10 +0100
commitd5e321466e550620e8a1c6df5d5e598787a6a7d9 (patch)
treef749e5112fa486af1668785a63dfd9afbc331183 /src/benchmarks
parentba80f7e5b027eebcfcbcb2b9758c2047383ec9ca (diff)
downloadefl-d5e321466e550620e8a1c6df5d5e598787a6a7d9.tar.gz
Efl object: Rename Eo_Event -> Efl_Event.
This is the last step of the Eo renaming efforts.
Diffstat (limited to 'src/benchmarks')
-rw-r--r--src/benchmarks/eo/eo_bench_callbacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/eo/eo_bench_callbacks.c b/src/benchmarks/eo/eo_bench_callbacks.c
index 1846a707c8..9cca977776 100644
--- a/src/benchmarks/eo/eo_bench_callbacks.c
+++ b/src/benchmarks/eo/eo_bench_callbacks.c
@@ -7,7 +7,7 @@
#include "class_simple.h"
static void
-_cb(void *data EINA_UNUSED, const Eo_Event *event EINA_UNUSED)
+_cb(void *data EINA_UNUSED, const Efl_Event *event EINA_UNUSED)
{
}