Commit febbe828 authored by Davis King's avatar Davis King

Changed to avoid a compiler warning

parent f246936e
......@@ -3281,8 +3281,8 @@ namespace dlib
}
virtual void set_size (
long width,
long height
unsigned long width,
unsigned long height
)
{
auto_mutex lock(m);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment