From 25c02ea703f90709625f34bb7c3f9e18be7dd58c Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Tue, 23 Mar 2021 17:12:27 +0100 Subject: Cleanup: Add namespace to compositor. --- source/blender/compositor/operations/COM_ColorBalanceLGGOperation.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/compositor/operations/COM_ColorBalanceLGGOperation.h') diff --git a/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.h b/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.h index 4b2db3da134..23f70247b66 100644 --- a/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.h +++ b/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.h @@ -20,6 +20,8 @@ #include "COM_NodeOperation.h" +namespace blender::compositor { + /** * this program converts an input color to an output value. * it assumes we are in sRGB color space. @@ -70,3 +72,5 @@ class ColorBalanceLGGOperation : public NodeOperation { copy_v3_v3(this->m_gamma_inv, gamma_inv); } }; + +} // namespace blender::compositor -- cgit v1.2.3