Add one assert more in ImageIteratorT() ctor

This commit is contained in:
David Capello 2014-02-02 23:07:54 -03:00
parent 20393c8aaa
commit 858d7ff1b3

View File

@ -80,6 +80,7 @@ namespace raster {
#endif
{
ASSERT(bounds.contains(gfx::Point(x, y)));
ASSERT(image->getBounds().contains(bounds));
}
ImageIteratorT& operator=(const ImageIteratorT& other) {