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/silencedet.c

    r974 r1266  
    6969    PJ_ASSERT_RETURN(pool && p_sd, PJ_EINVAL); 
    7070 
    71     sd = pj_pool_zalloc(pool, sizeof(struct pjmedia_silence_det)); 
     71    sd = PJ_POOL_ZALLOC_T(pool, pjmedia_silence_det); 
    7272 
    7373    pj_ansi_strncpy(sd->objname, THIS_FILE, PJ_MAX_OBJ_NAME); 
Note: See TracChangeset for help on using the changeset viewer.