summaryrefslogtreecommitdiff
path: root/pjlib/include/pj++/timer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj++/timer.hpp')
-rw-r--r--pjlib/include/pj++/timer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj++/timer.hpp b/pjlib/include/pj++/timer.hpp
index 927de13c..b547f6d4 100644
--- a/pjlib/include/pj++/timer.hpp
+++ b/pjlib/include/pj++/timer.hpp
@@ -62,7 +62,7 @@ public:
private:
pj_timer_entry entry_;
- static void timer_heap_callback(pj_timer_heap_t *th, pj_timer_entry *e)
+ static void timer_heap_callback(pj_timer_heap_t*, pj_timer_entry *e)
{
Pj_Timer_Entry *entry = (Pj_Timer_Entry*) e->user_data;
entry->on_timeout(e->id);