Commit 14b6eed5 authored by Davis King's avatar Davis King

Fixed typo in spec

parent c010a053
...@@ -14,7 +14,7 @@ namespace dlib ...@@ -14,7 +14,7 @@ namespace dlib
typename pixel_type typename pixel_type
> >
void draw_line ( void draw_line (
image_type& c, image_type& img,
const point& p1, const point& p1,
const point& p2, const point& p2,
const pixel_type& val const pixel_type& val
......
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