mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-03 14:40:02 +00:00
Remove "typename" from get_neighboring_pixels() params.
This commit is contained in:
parent
d57677d80b
commit
5576ea7e7c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user