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_GlareStreaksOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_GlareStreaksOperation.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/source/blender/compositor/operations/COM_GlareStreaksOperation.h b/source/blender/compositor/operations/COM_GlareStreaksOperation.h
index cb2356123a5..9150b5e4641 100644
--- a/source/blender/compositor/operations/COM_GlareStreaksOperation.h
+++ b/source/blender/compositor/operations/COM_GlareStreaksOperation.h
@@ -23,9 +23,12 @@
#include "COM_GlareBaseOperation.h"
class GlareStreaksOperation : public GlareBaseOperation {
-public:
- GlareStreaksOperation() : GlareBaseOperation() {}
-protected:
- void generateGlare(float *data, MemoryBuffer *inputTile, NodeGlare *settings);
+ public:
+ GlareStreaksOperation() : GlareBaseOperation()
+ {
+ }
+
+ protected:
+ void generateGlare(float *data, MemoryBuffer *inputTile, NodeGlare *settings);
};
#endif