Module: sems Branch: master Commit: 4579111f54e8e9fb821b598ae3b07fb90bf9fda8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=4579111f54e8e9fb821b598ae3b07fb90bf9fda8
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Sun Feb 23 01:02:35 2014 +0100 c/f: non-class type return values are never const-qualified --- core/AmArg.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/AmArg.h b/core/AmArg.h index 52410c8..085460e 100644 --- a/core/AmArg.h +++ b/core/AmArg.h @@ -295,7 +295,7 @@ class AmArg void concat(const AmArg& a); - const size_t size() const; + size_t size() const; /** throws OutOfBoundsException if array too small */ AmArg& get(size_t idx); _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
