X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ftimer.hh;h=dc2917f17d13365db06b41fb6931de8208118721;hb=e9a7fc91bc4485a7fc3f9542dbba86b8d3823c7d;hp=556475c19296a7828f6bb3314e246d0a20aa69d2;hpb=115fedf432d73f17ade48eaa2fa12dfd333bfcaa;p=chaz%2Fopenbox 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(); }; }