Remove "typename" from get_neighboring_pixels() params.

This commit is contained in:
David Capello 2011-03-30 16:41:49 -07:00
parent d57677d80b
commit 5576ea7e7c

View File

@ -33,7 +33,7 @@ inline void get_neighboring_pixels(const Image* sourceImage, int x, int y,
int width, int height,
int centerX, int centerY,
TiledMode tiledMode,
typename Delegate& delegate)
Delegate& delegate)
{
int dx, dy;