2150: Fix the use of int_u8 in image2d_int_u8.i.

13 Aug
2008
13 Aug
'08
9:08 p.m.
https://svn.lrde.epita.fr/svn/oln/trunk/swilena Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Fix the use of int_u8 in image2d_int_u8.i. * image2d_int_u8.i: Inject #include "mln/value/int_u8.hh" into the header of the generated wrapper. image2d_int_u8.i | 5 +++++ 1 file changed, 5 insertions(+) Index: image2d_int_u8.i --- image2d_int_u8.i (revision 2149) +++ image2d_int_u8.i (working copy) @@ -33,6 +33,11 @@ %module image2d_int_u8 %import "int_u8.i" +// FIXME: The import directive does not include the `%{ ... %}' clauses. +%{ +#include "mln/value/int_u8.hh" +%} + %include "image2d.ixx" instantiate_image2d(image2d_int_u8, mln::value::int_u<8>)
6245
Age (days ago)
6245
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roland Levillain