milena r2798: Fix include problem in dilation with a fwd decl

URL: https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008/milena ChangeLog: 2008-11-04 Matthieu Garrigues <garrigues@lrde.epita.fr> Fix include problem in dilation with a fwd decl. * mln/morpho/dilation.hh: FIXME: this is not a nice fix. Fix it. --- dilation.hh | 4 ++++ 1 file changed, 4 insertions(+) Index: branches/cleanup-2008/milena/mln/morpho/dilation.hh =================================================================== --- branches/cleanup-2008/milena/mln/morpho/dilation.hh (revision 2797) +++ branches/cleanup-2008/milena/mln/morpho/dilation.hh (revision 2798) @@ -44,6 +44,10 @@ namespace morpho { + // FIXME: fwd decl to fix problem with includes.hh. + template <typename I, typename W> + mln_concrete(I) + erosion(const Image<I>& input, const Window<W>& win); /// Morphological dilation using windows. ///
participants (1)
-
Matthieu Garrigues