---
milena/ChangeLog | 5 +++++
milena/mln/core/p_complex.hh | 7 ++++++-
2 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index fb9ab2e..b8a8a04 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,10 @@
2008-09-10 Roland Levillain <roland(a)lrde.epita.fr>
+ * mln/core/p_complex.hh: Add forward declarations for
+ p_complex_fwd_piter_ and p_complex_bkd_piter_.
+
+2008-09-10 Roland Levillain <roland(a)lrde.epita.fr>
+
* mln/core/p_complex_piter.hh: Fix Doxygen header.
2008-09-10 Roland Levillain <roland(a)lrde.epita.fr>
diff --git a/milena/mln/core/p_complex.hh b/milena/mln/core/p_complex.hh
index 57acdab..028c4f8 100644
--- a/milena/mln/core/p_complex.hh
+++ b/milena/mln/core/p_complex.hh
@@ -44,7 +44,12 @@
namespace mln
{
- // FIXME: Rename as p_faces.
+ // Forward declarations.
+ template <unsigned D, typename P> class p_complex_fwd_piter_;
+ template <unsigned D, typename P> class p_complex_bkd_piter_;
+
+
+ // FIXME: Rename as p_faces?
/* FIXME: For compatibility reasons with mln::Point_Set, a point
type \P is attached to this complex-based pset (but it is not
--
1.5.6.5
Show replies by date