https://svn.lrde.epita.fr/svn/oln/trunk/olena
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Have all classes of oln::automatic inherit from stc::any__simple.
* oln/automatic/image_having_neighborhood.hh
(impl<abstract::image_having_neighborhood, morpher::tag::identity, E>):
Inherit from stc::any__simple<E> instead of abstract::image<E>.
image_having_neighborhood.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: oln/automatic/image_having_neighborhood.hh
--- oln/automatic/image_having_neighborhood.hh (revision 567)
+++ oln/automatic/image_having_neighborhood.hh (working copy)
@@ -50,7 +50,7 @@
class impl< abstract::image_having_neighborhood,
morpher::tag::identity,
E> :
- public virtual abstract::image<E>
+ public virtual stc::any__simple<E>
{
private:
typedef oln_type_of(E, neighborhood) neighborhood_t;