projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
729506e
)
swig cares about (void) it seems :\
author
Dana Jansens
<danakj@orodu.net>
Mon, 17 Feb 2003 21:46:34 +0000
(21:46 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 17 Feb 2003 21:46:34 +0000
(21:46 +0000)
otk/timer.hh
patch
|
blob
|
history
diff --git
a/otk/timer.hh
b/otk/timer.hh
index 556475c19296a7828f6bb3314e246d0a20aa69d2..dc2917f17d13365db06b41fb6931de8208118721 100644
(file)
--- 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();
};
}