commit | 3248205bb7ce1010aaf35c42101929fe585067ed | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Mon Aug 15 02:05:17 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Aug 15 02:05:17 2016 +0000 |
tree | fec569076bda8fbfaa302ac5fbab2b7b18253b79 | |
parent | 09cf13cd9f1e299b7e78d2bc6a4a9b95cf0cf94f [diff] [blame] |
table: PIT iterator dereferences to const shared_ptr<pit::Entry>& refs #3164 Change-Id: Id857e214a727917009f865c2cfac782077844799
diff --git a/daemon/table/pit.hpp b/daemon/table/pit.hpp index ab22691..1df3380 100644 --- a/daemon/table/pit.hpp +++ b/daemon/table/pit.hpp
@@ -112,7 +112,10 @@ * \sa begin() */ const_iterator - end() const; + end() const + { + return Iterator(); + } private: /** \brief erases a PIT Entry