Code cleanup: fixes for function prototypes

This commit is contained in:
Sergey Sharybin
2014-03-31 17:34:57 +06:00
parent ed775edeeb
commit a9b82244de
3 changed files with 4 additions and 4 deletions

View File

@@ -145,7 +145,7 @@ bool ImageManager::is_float_image(const string& filename, void *builtin_data, bo
return is_float;
}
static bool image_equals(ImageManager::Image *image, const string& filename, void *builtin_data, bool interpolation)
static bool image_equals(ImageManager::Image *image, const string& filename, void *builtin_data, InterpolationType interpolation)
{
return image->filename == filename &&
image->builtin_data == builtin_data &&