mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-19 14:27:05 -04:00
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
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user