swig cares about (void) it seems :\
This commit is contained in:
parent
729506e1f8
commit
3f80d431ad
1 changed files with 2 additions and 2 deletions
|
@ -103,10 +103,10 @@ public:
|
||||||
static bool nearestTimeout(struct timeval &tm);
|
static bool nearestTimeout(struct timeval &tm);
|
||||||
|
|
||||||
//! Initializes internal data before use
|
//! Initializes internal data before use
|
||||||
static void initialize(void);
|
static void initialize();
|
||||||
|
|
||||||
//! Deletes all waiting timers
|
//! Deletes all waiting timers
|
||||||
static void destroy(void);
|
static void destroy();
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue