mirror of https://github.com/davisking/dlib.git
changed to avoid a compiler warning
This commit is contained in:
parent
73a34f7fd4
commit
748ec4cb91
|
@ -772,9 +772,9 @@ namespace
|
|||
|
||||
assign_all_pixels(img, 10);
|
||||
|
||||
int filter[3][3] = { 1,1,1,
|
||||
1,1,1,
|
||||
1,1,1};
|
||||
int filter[3][3] = { {1,1,1},
|
||||
{1,1,1},
|
||||
{1,1,1}};
|
||||
|
||||
|
||||
assign_all_pixels(img2,3);
|
||||
|
|
Loading…
Reference in New Issue