
* mln/core/site_set/box_piter.hh (mln::box_fwd_piter_(const mln::box<P>& b)): Here. --- milena/ChangeLog | 7 +++++++ milena/mln/core/site_set/box_piter.hh | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 772c204..e8366b8 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,10 @@ +2009-05-26 Roland Levillain <roland@lrde.epita.fr> + + Use fully qualified type names to help Swig. + + * mln/core/site_set/box_piter.hh + (mln::box_fwd_piter_(const mln::box<P>& b)): Here. + 2009-05-26 Edwin Carlinet <carlinet@lrde.epita.fr> Move propagation and filtering attributes routines from sandbox. diff --git a/milena/mln/core/site_set/box_piter.hh b/milena/mln/core/site_set/box_piter.hh index f312d8f..66242d1 100644 --- a/milena/mln/core/site_set/box_piter.hh +++ b/milena/mln/core/site_set/box_piter.hh @@ -66,7 +66,7 @@ namespace mln /// /// \param[in] b A box. /// - box_fwd_piter_(const box<P>& b); + box_fwd_piter_(const mln::box<P>& b); /// Test the iterator validity. bool is_valid_() const; @@ -147,7 +147,7 @@ namespace mln template <typename P> inline - box_fwd_piter_<P>::box_fwd_piter_(const box<P>& b) + box_fwd_piter_<P>::box_fwd_piter_(const mln::box<P>& b) { this->change_target(b); } -- 1.6.1.2