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:
authorJeroen Bakker <jeroen@blender.org>2021-04-02 17:13:27 +0300
committerJeroen Bakker <jeroen@blender.org>2021-04-02 17:13:27 +0300
commit36427a8d03673a8604d3ec4b30be709e86fe6312 (patch)
treeea882d553c73accbbbf748e6988ed452c1ae0669 /source/blender/compositor/operations/COM_OutputFileOperation.h
parentb6ab1107c20228d441a6d992eb11c639ed2ce1d0 (diff)
Cleanup: remove loading blender namespace from Vector.
Diffstat (limited to 'source/blender/compositor/operations/COM_OutputFileOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_OutputFileOperation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_OutputFileOperation.h b/source/blender/compositor/operations/COM_OutputFileOperation.h
index 03e4237a1f0..64ab4c06e7c 100644
--- a/source/blender/compositor/operations/COM_OutputFileOperation.h
+++ b/source/blender/compositor/operations/COM_OutputFileOperation.h
@@ -95,7 +95,7 @@ class OutputOpenExrMultiLayerOperation : public NodeOperation {
char m_path[FILE_MAX];
char m_exr_codec;
bool m_exr_half_float;
- blender::Vector<OutputOpenExrLayer> m_layers;
+ Vector<OutputOpenExrLayer> m_layers;
const char *m_viewName;
StampData *createStampData() const;