Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
7dbcef7b
Commit
7dbcef7b
authored
Nov 24, 2011
by
Guillaume Lazzara
Browse files
mln/fun/v2v/rgb_to_hsl.hh: Fix constructor declaration.
parent
e2e8ec06
Changes
2
Hide whitespace changes
Inline
Side-by-side
milena/ChangeLog
View file @
7dbcef7b
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>
2011-11-23 Guillaume Lazzara <z@lrde.epita.fr>
Fix compilation with multiple files.
Fix compilation with multiple files.
milena/mln/fun/v2v/rgb_to_hsl.hh
View file @
7dbcef7b
...
@@ -82,7 +82,7 @@ namespace mln
...
@@ -82,7 +82,7 @@ namespace mln
# endif // ! MLN_WO_GLOBAL_VARS
# endif // ! MLN_WO_GLOBAL_VARS
template
<
typename
T_hsl
>
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_
()
{
{
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment