URL:
https://svn.lrde.epita.fr/svn/oln/trunk/milena
ChangeLog:
2007-10-05 Matthieu Garrigues <garrigues(a)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];