Bug 455 - Corrected duplicate parameter name in function declaration.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2305 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
4ce40854ee
commit
60880b2edd
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue