From d0279f7d36a6cba8bf91b9c6a982da5185a51ac4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 25 Sep 2019 17:11:00 +1000 Subject: Cleanup: use const for image blending functions --- source/blender/imbuf/intern/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf/intern/util.c') diff --git a/source/blender/imbuf/intern/util.c b/source/blender/imbuf/intern/util.c index ff7cb87960e..c5bae4ddbad 100644 --- a/source/blender/imbuf/intern/util.c +++ b/source/blender/imbuf/intern/util.c @@ -389,7 +389,7 @@ bool IMB_isanim(const char *filename) return (type && type != ANIM_SEQUENCE); } -bool IMB_isfloat(ImBuf *ibuf) +bool IMB_isfloat(const ImBuf *ibuf) { const ImFileType *type; -- cgit v1.2.3