Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
pylene
Commits
e5419dfa
Commit
e5419dfa
authored
Feb 20, 2015
by
Edwin Carlinet
Browse files
Fix warning.
* mln/core/image/internal/resizer.hpp: border() takes int instead of unsigned.
parent
60f01990
Changes
1
Hide whitespace changes
Inline
Side-by-side
mln/core/image/internal/resizer.hpp
View file @
e5419dfa
...
...
@@ -101,7 +101,7 @@ namespace mln
template
<
class
dummy
=
resizer_base
&
>
typename
std
::
enable_if
<
has_border
,
dummy
>::
type
border
(
unsigned
b
)
border
(
int
b
)
{
if
(
b
>
m_border
)
m_border
=
b
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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