| 62 | } |
| 63 | |
| 64 | unsigned int CUserEvents::GetCount() |
| 65 | { |
| 66 | return itemsof(s_EventList); |
| 67 | } |
| 68 | |
| 69 | // wxCHECK rather than wxASSERT in the accessors below: a release build |
| 70 | // would otherwise read past s_EventList on a bad index instead of |
no outgoing calls