commit | 4d630328996b96fce1f6cd54e687e54fbfdb6aa3 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Jun 03 18:52:04 2010 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Jun 03 18:52:04 2010 +0000 |
tree | 8063416b1a74de92aaed7667ee1e6cccbfefdb64 | |
parent | d5b1a7230a46643d776d09a8746519e0a698ab49 [diff] [blame] |
diff --git a/Magick++/lib/STL.cpp b/Magick++/lib/STL.cpp index e6fe6fc..e17b766 100644 --- a/Magick++/lib/STL.cpp +++ b/Magick++/lib/STL.cpp
@@ -678,7 +678,7 @@ // Floodfill designated area with a matte value Magick::matteFloodfillImage::matteFloodfillImage( const Color &target_ , - const size_t matte_, + const unsigned int matte_, const ssize_t x_, const ssize_t y_, const PaintMethod method_ ) : _target( target_ ),