Ignore:
Timestamp:
Jan 18, 2006 11:32:27 PM (18 years ago)
Author:
bennylp
Message:

Fixed minor warnings/mismatched comments mainly in pjlib++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj++/timer.hpp

    r65 r122  
    6363    pj_timer_entry entry_; 
    6464 
    65     static void timer_heap_callback(pj_timer_heap_t *th, pj_timer_entry *e) 
     65    static void timer_heap_callback(pj_timer_heap_t*, pj_timer_entry *e) 
    6666    { 
    6767        Pj_Timer_Entry *entry = (Pj_Timer_Entry*) e->user_data; 
Note: See TracChangeset for help on using the changeset viewer.