summaryrefslogtreecommitdiff
path: root/pjlib/include/pj++/timer.hpp
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-01-18 23:32:27 +0000
committerBenny Prijono <bennylp@teluu.com>2006-01-18 23:32:27 +0000
commitd192c694c8bf65798b042853a23932d08dc806a1 (patch)
treefa35c11eea5117ec5b3d1e1b5401b7431b6a21d9 /pjlib/include/pj++/timer.hpp
parent5c43708955177778cac44eb56d98e16cbbecf438 (diff)
Fixed minor warnings/mismatched comments mainly in pjlib++
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@122 74dad513-b988-da41-8d7b-12977e46ad98
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);