Bug 455 - Corrected duplicate parameter name in function declaration.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2305 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2008-02-13 22:44:19 +00:00
parent 4ce40854ee
commit 60880b2edd
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public:
bool Unzip( const Bytef *inbuffer, unsigned long inbuffer_size );
bool Zip( Bytef *outbuffer, unsigned long *outbuffer_size, int compression_level=Z_BEST_SPEED ) const;
bool Crop( int lo_x, int lo_y, int hi_y, int hi_y );
bool Crop( int lo_x, int lo_y, int hi_x, int hi_y );
bool Crop( const Box &limits );
void Overlay( const Image &image );