diff options
Diffstat (limited to 'src/periodic.h')
-rw-r--r-- | src/periodic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/periodic.h b/src/periodic.h index db90b848..8886617b 100644 --- a/src/periodic.h +++ b/src/periodic.h | |||
@@ -40,7 +40,7 @@ iLocalDef iBool isEmpty_Periodic(const iPeriodic *d) { | |||
40 | return isEmpty_SortedArray(&d->commands); | 40 | return isEmpty_SortedArray(&d->commands); |
41 | } | 41 | } |
42 | 42 | ||
43 | void add_Periodic (iPeriodic *, iAny *context, const char *command); | 43 | void add_Periodic (iPeriodic *, iAnyObject *context, const char *command); |
44 | void remove_Periodic (iPeriodic *, iAny *context); | 44 | void remove_Periodic (iPeriodic *, iAnyObject *context); |
45 | 45 | ||
46 | iBool postCommands_Periodic (iPeriodic *); | 46 | iBool dispatchCommands_Periodic( iPeriodic *); |