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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2017-08-11 15:21:34 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2017-08-12 14:18:05 +0300
commit85ad248c36cf15cc28b8a10b60e057ca4cf0e798 (patch)
tree50dcf596d2901bdc1918d49ea07aac18eb90add1 /intern/cycles/device
parenta4bcdf5fb1a7afc85b464c35b359e627907db2e0 (diff)
Code cleanup: fix warning and improve terminology.
Diffstat (limited to 'intern/cycles/device')
-rw-r--r--intern/cycles/device/opencl/opencl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/device/opencl/opencl.h b/intern/cycles/device/opencl/opencl.h
index 71483ca9159..26bf4a9af5b 100644
--- a/intern/cycles/device/opencl/opencl.h
+++ b/intern/cycles/device/opencl/opencl.h
@@ -543,7 +543,7 @@ protected:
private:
MemoryManager memory_manager;
- friend MemoryManager;
+ friend class MemoryManager;
struct tex_info_t {
uint buffer, padding;