Commit 7e802ebd authored by Davis King's avatar Davis King

Fixed compiler error in assert statement

parent fe3d5901
...@@ -612,7 +612,6 @@ namespace dlib ...@@ -612,7 +612,6 @@ namespace dlib
DLIB_ASSERT(ratio > 0, DLIB_ASSERT(ratio > 0,
"\t rectangle set_aspect_ratio()" "\t rectangle set_aspect_ratio()"
<< "\n\t ratio: " << ratio << "\n\t ratio: " << ratio
<< "\n\t this: " << this
); );
// aspect ratio is w/h // aspect ratio is w/h
......
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