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_ScaleOperation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/operations/COM_ScaleOperation.h') diff --git a/source/blender/compositor/operations/COM_ScaleOperation.h b/source/blender/compositor/operations/COM_ScaleOperation.h index 075fb6e7064..ab63966c3fc 100644 --- a/source/blender/compositor/operations/COM_ScaleOperation.h +++ b/source/blender/compositor/operations/COM_ScaleOperation.h @@ -75,7 +75,7 @@ class ScaleFixedSizeOperation : public NodeOperation { public: ScaleFixedSizeOperation(); bool determineDependingAreaOfInterest(rcti *input, ReadBufferOperation *readOperation, rcti *output); - void determineResolution(unsigned int resolution[], unsigned int preferredResolution[]); + void determineResolution(unsigned int resolution[2], unsigned int preferredResolution[2]); void executePixel(float *color, float x, float y, PixelSampler sampler); void initExecution(); -- cgit v1.2.3