From 6873f47edea909061389b3d9037f8cdfed9b9231 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 13 Sep 2018 07:39:22 +1000 Subject: Cleanup: GCC ignored qualifier warning --- source/blender/compositor/operations/COM_PreviewOperation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/operations/COM_PreviewOperation.h') diff --git a/source/blender/compositor/operations/COM_PreviewOperation.h b/source/blender/compositor/operations/COM_PreviewOperation.h index cf447dd8e99..350ecd5e314 100644 --- a/source/blender/compositor/operations/COM_PreviewOperation.h +++ b/source/blender/compositor/operations/COM_PreviewOperation.h @@ -48,7 +48,7 @@ public: bool isOutputOperation(bool /*rendering*/) const { return !G.background; } void initExecution(); void deinitExecution(); - const CompositorPriority getRenderPriority() const; + CompositorPriority getRenderPriority() const; void executeRegion(rcti *rect, unsigned int tileNumber); void determineResolution(unsigned int resolution[2], unsigned int preferredResolution[2]); -- cgit v1.2.3