summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--otk/timer.hh4
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();
};
}