milena r1257: Fix in rgb

5 Oct
2007
5 Oct
'07
5:13 p.m.
URL: https://svn.lrde.epita.fr/svn/oln/trunk/milena ChangeLog: 2007-10-05 Matthieu Garrigues <garrigues@lrde.epita.fr> Fix in rgb. * mln/value/rgb.hh: Fix. --- rgb.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: trunk/milena/mln/value/rgb.hh =================================================================== --- trunk/milena/mln/value/rgb.hh (revision 1256) +++ trunk/milena/mln/value/rgb.hh (revision 1257) @@ -59,7 +59,7 @@ public: /// Encoding associated type. - typedef int_u<n> enc[3]; + typedef int_u<n> enc; /// Equivalent associated type. typedef int_u<n> equiv[3];
6558
Age (days ago)
6558
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matthieu Garrigues