aboutsummaryrefslogtreecommitdiffstats
path: root/src/sls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sls.h')
-rw-r--r--src/sls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sls.h b/src/sls.h
index dbbcf3c..4e25fee 100644
--- a/src/sls.h
+++ b/src/sls.h
@@ -227,7 +227,7 @@ private:
static const int MINQUALITY;
static const std::string SLS_PARAMS_SUFFIX;
- void warnOnSmallerImage(size_t height, size_t width, const std::string& fname);
+ void warnOnSmallerImage(size_t height, size_t width, const std::string& fname, bool resized);
#if HAVE_MAGICKWAND
size_t resizeImage(MagickWand* m_wand, unsigned char** blob, const std::string& fname, bool* jfif_not_png, size_t max_slide_size);
#endif