diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-17 21:46:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-17 21:46:34 +0000 |
| commit | 3f80d431adf207fa28e709cfe271d9834e2262ab (patch) | |
| tree | a0b7a3283782af2ecb7a57e1ebfe3e8ca1d744f3 /otk | |
| parent | 729506e1f88383d8411624f5f2ab3c2c5f45cf43 (diff) | |
swig cares about (void) it seems :\
Diffstat (limited to 'otk')
| -rw-r--r-- | otk/timer.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/timer.hh b/otk/timer.hh index 556475c1..dc2917f1 100644 --- a/otk/timer.hh +++ b/otk/timer.hh @@ -103,10 +103,10 @@ public: static bool nearestTimeout(struct timeval &tm); //! Initializes internal data before use - static void initialize(void); + static void initialize(); //! Deletes all waiting timers - static void destroy(void); + static void destroy(); }; } |
