From e8772477894a6fd8c09488b488fdcc1af432da1b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 10 Aug 2012 13:23:31 +0000 Subject: use define for bokeh blur size, also define size of determineResolution args. --- source/blender/compositor/operations/COM_MathBaseOperation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/operations/COM_MathBaseOperation.h') diff --git a/source/blender/compositor/operations/COM_MathBaseOperation.h b/source/blender/compositor/operations/COM_MathBaseOperation.h index 8fc6c762b16..5d28831e18b 100644 --- a/source/blender/compositor/operations/COM_MathBaseOperation.h +++ b/source/blender/compositor/operations/COM_MathBaseOperation.h @@ -65,7 +65,7 @@ public: /** * Determine resolution */ - void determineResolution(unsigned int resolution[], unsigned int preferredResolution[]); + void determineResolution(unsigned int resolution[2], unsigned int preferredResolution[2]); void setUseClamp(bool value) { this->m_useClamp = value; } }; -- cgit v1.2.3