Module: sems Branch: master Commit: b1b95f979b715ba2f0e1d568769aad87f0f94b91 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=b1b95f979b715ba2f0e1d568769aad87f0f94b91
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Fri Mar 15 17:45:11 2013 +0100 added virtual destructor to RateLimit --- apps/sbc/RateLimit.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/apps/sbc/RateLimit.h b/apps/sbc/RateLimit.h index c0d2182..dcd4f1d 100644 --- a/apps/sbc/RateLimit.h +++ b/apps/sbc/RateLimit.h @@ -24,6 +24,8 @@ public: RateLimit(unsigned int rate, unsigned int peak, unsigned int time_base); + virtual ~RateLimit() {} + /** * returns true if 'size' should be dropped */ _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
