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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-08-13 15:01:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-13 15:01:27 +0400
commit39945fedf32fccf4dae5f83ed08ed34aa799d919 (patch)
treed0d6596a33315676f68e067a669c67175d362c77 /source
parente28fcec04201fb3be19960a0b91fcb20f8d6c56d (diff)
minor edits to r49870
Diffstat (limited to 'source')
-rw-r--r--source/blender/compositor/COM_compositor.h2
-rw-r--r--source/blender/windowmanager/CMakeLists.txt1
2 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/compositor/COM_compositor.h b/source/blender/compositor/COM_compositor.h
index 982c3764c62..d9cfae8edb9 100644
--- a/source/blender/compositor/COM_compositor.h
+++ b/source/blender/compositor/COM_compositor.h
@@ -302,7 +302,7 @@ void COM_execute(RenderData *rd, bNodeTree *editingtree, int rendering);
/**
* @brief Deinitialize the compositor caches and allocated memory.
*/
-void COM_deinitialize();
+void COM_deinitialize(void);
/**
* @brief Return a list of highlighted bnodes pointers.
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index a73d33e6b66..e6782121b69 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -37,7 +37,6 @@ set(INC
../makesrna
../nodes
../compositor
- ../opencl
../render/extern/include
../../gameengine/BlenderRoutines
../../../intern/elbeem/extern