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_GlareThresholdOperation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/operations/COM_GlareThresholdOperation.h') diff --git a/source/blender/compositor/operations/COM_GlareThresholdOperation.h b/source/blender/compositor/operations/COM_GlareThresholdOperation.h index faba6c6c47c..8db2fc5c72e 100644 --- a/source/blender/compositor/operations/COM_GlareThresholdOperation.h +++ b/source/blender/compositor/operations/COM_GlareThresholdOperation.h @@ -58,6 +58,6 @@ public: this->m_settings = settings; } - void determineResolution(unsigned int resolution[], unsigned int preferredResolution[]); + void determineResolution(unsigned int resolution[2], unsigned int preferredResolution[2]); }; #endif -- cgit v1.2.3