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:
authorOmar Emara <mail@OmarEmara.dev>2022-08-10 14:04:36 +0300
committerOmar Emara <mail@OmarEmara.dev>2022-08-10 14:04:36 +0300
commit79953d548281870a046c4d4babccedb446cdf00a (patch)
tree13d855e17f56ed0c88a3d29215155ad365bd0479 /source/blender/compositor/realtime_compositor/COM_realize_on_domain_operation.hh
parent089216067faa6c99d0282f9bae26f739d7e50ee9 (diff)
Realtime Compositor: Fix clang tidy warnings
Fix a number of warnings reported by Clang Tidy in the realtime compositor's code. Differential Revision: https://developer.blender.org/D15654 Reviewed By: Clement Foucault
Diffstat (limited to 'source/blender/compositor/realtime_compositor/COM_realize_on_domain_operation.hh')
-rw-r--r--source/blender/compositor/realtime_compositor/COM_realize_on_domain_operation.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/realtime_compositor/COM_realize_on_domain_operation.hh b/source/blender/compositor/realtime_compositor/COM_realize_on_domain_operation.hh
index 357a3f88bd9..5a842e16008 100644
--- a/source/blender/compositor/realtime_compositor/COM_realize_on_domain_operation.hh
+++ b/source/blender/compositor/realtime_compositor/COM_realize_on_domain_operation.hh
@@ -35,7 +35,7 @@ class RealizeOnDomainOperation : public SimpleOperation {
static SimpleOperation *construct_if_needed(Context &context,
const Result &input_result,
const InputDescriptor &input_descriptor,
- const Domain &operaiton_domain);
+ const Domain &operation_domain);
protected:
/* The operation domain is just the target domain. */