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-03-19 18:15:08 +0300
committerJeroen Bakker <jeroen@blender.org>2021-03-19 19:11:47 +0300
commit8cb108979523ec55b5213a719a77358f9dad47a0 (patch)
treed38494f30f3b385d3cdf4ee12fba37362773e079 /source/blender/compositor/intern/COM_MemoryBuffer.h
parentdc9aea9903d2af0b4333fcc6992fc9ea8e72876e (diff)
Cleanup: Rename copyContentFrom to fill_from.
Diffstat (limited to 'source/blender/compositor/intern/COM_MemoryBuffer.h')
-rw-r--r--source/blender/compositor/intern/COM_MemoryBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/intern/COM_MemoryBuffer.h b/source/blender/compositor/intern/COM_MemoryBuffer.h
index e19837b49c2..bc6306754e0 100644
--- a/source/blender/compositor/intern/COM_MemoryBuffer.h
+++ b/source/blender/compositor/intern/COM_MemoryBuffer.h
@@ -319,7 +319,7 @@ class MemoryBuffer {
* \note take care when running this on a new buffer since it wont fill in
* uninitialized values in areas where the buffers don't overlap.
*/
- void copyContentFrom(MemoryBuffer *otherBuffer);
+ void fill_from(const MemoryBuffer &src);
/**
* \brief get the rect of this MemoryBuffer