Commit febbe828 authored by Davis King's avatar Davis King

Changed to avoid a compiler warning

parent f246936e
...@@ -3281,8 +3281,8 @@ namespace dlib ...@@ -3281,8 +3281,8 @@ namespace dlib
} }
virtual void set_size ( virtual void set_size (
long width, unsigned long width,
long height unsigned long height
) )
{ {
auto_mutex lock(m); 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