Deleted extraneous default argument spec.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@437 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
f62254e146
commit
9de50fa645
|
@ -613,7 +613,7 @@ void Image::DeColourise()
|
|||
}
|
||||
}
|
||||
|
||||
void Image::Hatch( Rgb colour, const Box *limits=0 )
|
||||
void Image::Hatch( Rgb colour, const Box *limits )
|
||||
{
|
||||
assert( colours == 1 || colours == 3 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue