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_BokehImageOperation.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/compositor/operations/COM_BokehImageOperation.h') diff --git a/source/blender/compositor/operations/COM_BokehImageOperation.h b/source/blender/compositor/operations/COM_BokehImageOperation.h index 34fd4f6411b..2e0bc8a34dc 100644 --- a/source/blender/compositor/operations/COM_BokehImageOperation.h +++ b/source/blender/compositor/operations/COM_BokehImageOperation.h @@ -20,6 +20,8 @@ #include "COM_NodeOperation.h" +namespace blender::compositor { + /** * \brief The BokehImageOperation class is an operation that creates an image useful to mimic the *internals of a camera. @@ -150,3 +152,5 @@ class BokehImageOperation : public NodeOperation { this->m_deleteData = true; } }; + +} // namespace blender::compositor -- cgit v1.2.3