aboutsummaryrefslogtreecommitdiffstats
path: root/src/bind_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bind_event.h')
-rw-r--r--src/bind_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bind_event.h b/src/bind_event.h
index 5e44a5b..8c49165 100644
--- a/src/bind_event.h
+++ b/src/bind_event.h
@@ -21,7 +21,7 @@
struct bind_event_t {
const char *name; /* name of the event : IvI Property-Name */
- struct afb_event event; /* the event for the binder */
+ afb_event_t event; /* the event for the binder */
struct prop_info_t *raw_info;
};