Ignore:
Timestamp:
Apr 3, 2018 12:46:36 AM (6 years ago)
Author:
ming
Message:

Re #2059 (misc): Fixed "warnings: deleting object of polymorphic class type 'Base' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]"

File:
1 edited

Legend:

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

    r5755 r5771  
    10041004public: 
    10051005    /** 
     1006     * Virtual destructor 
     1007     */ 
     1008    virtual ~AccountIpChangeConfig() 
     1009    {} 
     1010 
     1011    /** 
    10061012     * Read this object from a container node. 
    10071013     * 
Note: See TracChangeset for help on using the changeset viewer.