Cleanup: Add namespace to compositor.

This commit is contained in:
2021-03-23 17:12:27 +01:00
parent 9975af5ffa
commit 25c02ea703
445 changed files with 1813 additions and 15 deletions

View File

@@ -16,8 +16,6 @@
* Copyright 2011, Blender Foundation.
*/
class MemoryBuffer;
#pragma once
#include "COM_ExecutionGroup.h"
@@ -26,6 +24,8 @@ class MemoryBuffer;
#include "BLI_math.h"
#include "BLI_rect.h"
namespace blender::compositor {
/**
* \brief state of a memory buffer
* \ingroup Memory
@@ -330,3 +330,5 @@ class MemoryBuffer {
MEM_CXX_CLASS_ALLOC_FUNCS("COM:MemoryBuffer")
#endif
};
} // namespace blender::compositor