From: Dana Jansens Date: Mon, 17 Feb 2003 21:46:34 +0000 (+0000) Subject: swig cares about (void) it seems :\ X-Git-Tag: openbox-3_0-rc1-RELEASE~2039 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=3f80d431adf207fa28e709cfe271d9834e2262ab;p=dana%2Fopenbox.git swig cares about (void) it seems :\ --- 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(); }; }