Ignore:
Timestamp:
May 11, 2007 3:14:34 PM (17 years ago)
Author:
bennylp
Message:

HUGE changeset to make the rest of the libraries compile with C++ mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/rtcp.c

    r974 r1266  
    141141 
    142142    /* Name */ 
    143     sess->name = name ? name : THIS_FILE, 
     143    sess->name = name ? name : (char*)THIS_FILE, 
    144144 
    145145    /* Set clock rate */ 
     
    333333                                   pj_size_t size) 
    334334{ 
    335     const pjmedia_rtcp_common *common = pkt; 
     335    pjmedia_rtcp_common *common = (pjmedia_rtcp_common*) pkt; 
    336336    const pjmedia_rtcp_rr *rr = NULL; 
    337337    const pjmedia_rtcp_sr *sr = NULL; 
Note: See TracChangeset for help on using the changeset viewer.