swig cares about (void) it seems :\

This commit is contained in:
Dana Jansens 2003-02-17 21:46:34 +00:00
parent 729506e1f8
commit 3f80d431ad

View file

@ -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();
}; };
} }