Ignore:
Timestamp:
Apr 3, 2018 5:02:23 AM (6 years ago)
Author:
ming
Message:

Re #2100: Fixed SrtpCrypto? vector definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/account.hpp

    r5771 r5775  
    735735}; 
    736736 
     737/* Array of SRTP cryptos. */ 
     738typedef std::vector<SrtpCrypto> SrtpCryptoVector; 
     739 
    737740struct SrtpOpt : public PersistentObject 
    738741{ 
     
    743746     * Default: empty. 
    744747     */ 
    745     vector<SrtpCrypto>          cryptos; 
     748    SrtpCryptoVector            cryptos; 
    746749 
    747750    /** 
Note: See TracChangeset for help on using the changeset viewer.