olena-2.0-15-g7dbcef7 mln/fun/v2v/rgb_to_hsl.hh: Fix constructor declaration.

--- milena/ChangeLog | 4 ++++ milena/mln/fun/v2v/rgb_to_hsl.hh | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index b51d355..c8c67db 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,7 @@ +2011-11-24 Guillaume Lazzara <z@lrde.epita.fr> + + * mln/fun/v2v/rgb_to_hsl.hh: Fix constructor declaration. + 2011-11-23 Guillaume Lazzara <z@lrde.epita.fr> Fix compilation with multiple files. diff --git a/milena/mln/fun/v2v/rgb_to_hsl.hh b/milena/mln/fun/v2v/rgb_to_hsl.hh index b28036c..7ec9b72 100644 --- a/milena/mln/fun/v2v/rgb_to_hsl.hh +++ b/milena/mln/fun/v2v/rgb_to_hsl.hh @@ -82,7 +82,7 @@ namespace mln # endif // ! MLN_WO_GLOBAL_VARS template <typename T_hsl> - f_rgb_to_hsl_f_t<T_hsl>::f_rgb_to_hsl_f_t() + f_rgb_to_hsl_<T_hsl>::f_rgb_to_hsl_() { } -- 1.7.2.5
participants (1)
-
Guillaume Lazzara