From 14b6eed58c0472a41deea916935495168ef30170 Mon Sep 17 00:00:00 2001 From: Davis King Date: Wed, 24 Aug 2011 19:41:06 -0400 Subject: [PATCH] Fixed typo in spec --- dlib/image_transforms/draw_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/image_transforms/draw_abstract.h b/dlib/image_transforms/draw_abstract.h index 7fe31b2c7..2aad37171 100644 --- a/dlib/image_transforms/draw_abstract.h +++ b/dlib/image_transforms/draw_abstract.h @@ -14,7 +14,7 @@ namespace dlib typename pixel_type > void draw_line ( - image_type& c, + image_type& img, const point& p1, const point& p2, const pixel_type& val