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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-07-10 16:42:03 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-07-10 16:42:03 +0400
commit1360147e9e2d57157ab8e40f1161b97a8ca76ebc (patch)
treebe6c578ba7ec02c8607bf3b3fb710c131dd0d9a1 /source/blender/compositor/COM_compositor.h
parentdc65a26bf6216440d7470be900f3b211c49f22d4 (diff)
Tag ununsed variable and make function real explicit prototype.
Diffstat (limited to 'source/blender/compositor/COM_compositor.h')
-rw-r--r--source/blender/compositor/COM_compositor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/COM_compositor.h b/source/blender/compositor/COM_compositor.h
index 60bceba5765..c65ea771477 100644
--- a/source/blender/compositor/COM_compositor.h
+++ b/source/blender/compositor/COM_compositor.h
@@ -303,7 +303,7 @@ void COM_execute(RenderData* rd, bNodeTree *editingtree, int rendering);
* @brief Return a list of highlighted bnodes pointers.
* @return
*/
-void COM_startReadHighlights();
+void COM_startReadHighlights(void);
/**
* @brief check if a bnode is highlighted