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:
Diffstat (limited to 'source/blender/compositor/intern/COM_MemoryManager.h')
-rw-r--r--source/blender/compositor/intern/COM_MemoryManager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/compositor/intern/COM_MemoryManager.h b/source/blender/compositor/intern/COM_MemoryManager.h
index 506bf2a8c24..6194d40d9a5 100644
--- a/source/blender/compositor/intern/COM_MemoryManager.h
+++ b/source/blender/compositor/intern/COM_MemoryManager.h
@@ -109,7 +109,7 @@ private:
* @brief retrieve the state of a certain MemoryProxy;
* @param memoryProxy the MemoryProxy to retrieve the state from
*/
- static MemoryManagerState* getState(MemoryProxy* memoryProxy);
+ static MemoryManagerState *getState(MemoryProxy *memoryProxy);
public:
/**
* @brief allocate a memory buffer
@@ -117,7 +117,7 @@ public:
* @param chunkNumber number of the chunk to receive
* @param rect size + position of the chunk
*/
- static MemoryBuffer* allocateMemoryBuffer(MemoryProxy *memoryProxy, unsigned int chunkNumber, rcti* rect);
+ static MemoryBuffer *allocateMemoryBuffer(MemoryProxy *memoryProxy, unsigned int chunkNumber, rcti *rect);
/**
* @brief get a memory buffer
@@ -125,7 +125,7 @@ public:
* @param chunkNumber number of the chunk to receive
* @param addUser must we add a user to the chunk.
*/
- static MemoryBuffer* getMemoryBuffer(MemoryProxy *memoryProxy, unsigned int chunkNumber);
+ static MemoryBuffer *getMemoryBuffer(MemoryProxy *memoryProxy, unsigned int chunkNumber);
/**
* @brief add a MemoryProxy to the scope of the memory manager