milena r1397: Fix warnings

URL: https://svn.lrde.epita.fr/svn/oln/trunk/milena ChangeLog: 2007-10-26 Matthieu Garrigues <garrigues@lrde.epita.fr> Fix warnings. * mln/util/tree.hh: Fix --- tree.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: trunk/milena/mln/util/tree.hh =================================================================== --- trunk/milena/mln/util/tree.hh (revision 1396) +++ trunk/milena/mln/util/tree.hh (revision 1397) @@ -116,8 +116,8 @@ tree<T>& tree(); private: - node<T>& apex_; util::tree<T>& tree_; + node<T>& apex_; };

Matthieu Garrigues <garrigues@lrde.epita.fr> writes:
URL: https://svn.lrde.epita.fr/svn/oln/trunk/milena
ChangeLog: 2007-10-26 Matthieu Garrigues <garrigues@lrde.epita.fr>
Fix warnings. * mln/util/tree.hh: Fix
``Fix'' is not enough. You should change this entry to something more relevant, like * mln/util/tree.hh (tree): Reorder the declaration of attributes to get rid of a warning.
participants (2)
-
Matthieu Garrigues
-
Roland Levillain