Ignore:
Timestamp:
Jul 22, 2006 1:42:56 PM (18 years ago)
Author:
bennylp
Message:

Changed all public header files to compile correctly when -ansi and -pedantic is used, also when g++ is used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/conference.h

    r518 r622  
    7272    PJMEDIA_CONF_NO_DEVICE = 2, /**< Do not create sound device.            */ 
    7373    PJMEDIA_CONF_SMALL_FILTER=4,/**< Use small filter table when resampling */ 
    74     PJMEDIA_CONF_USE_LINEAR=8,  /**< Use linear resampling instead of filter 
     74    PJMEDIA_CONF_USE_LINEAR=8   /**< Use linear resampling instead of filter 
    7575                                     based.                                 */ 
    7676}; 
Note: See TracChangeset for help on using the changeset viewer.