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:
stan 2003-03-27 17:15:30 +00:00
parent f62254e146
commit 9de50fa645
1 changed files with 1 additions and 1 deletions

View File

@ -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 );