Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/compositor/operations/COM_BrightnessOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_BrightnessOperation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/compositor/operations/COM_BrightnessOperation.h b/source/blender/compositor/operations/COM_BrightnessOperation.h
index 60666098bc1..0c718a8b131 100644
--- a/source/blender/compositor/operations/COM_BrightnessOperation.h
+++ b/source/blender/compositor/operations/COM_BrightnessOperation.h
@@ -30,9 +30,9 @@ private:
/**
* Cached reference to the inputProgram
*/
- SocketReader * inputProgram;
- SocketReader * inputBrightnessProgram;
- SocketReader* inputContrastProgram;
+ SocketReader *inputProgram;
+ SocketReader *inputBrightnessProgram;
+ SocketReader *inputContrastProgram;
public:
BrightnessOperation();
@@ -40,7 +40,7 @@ public:
/**
* the inner loop of this program
*/
- void executePixel(float* color, float x, float y, PixelSampler sampler, MemoryBuffer *inputBuffers[]);
+ void executePixel(float *color, float x, float y, PixelSampler sampler, MemoryBuffer *inputBuffers[]);
/**
* Initialize the execution