From d192c694c8bf65798b042853a23932d08dc806a1 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 18 Jan 2006 23:32:27 +0000 Subject: Fixed minor warnings/mismatched comments mainly in pjlib++ git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@122 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj++/timer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjlib/include/pj++/timer.hpp') 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); -- cgit v1.2.3