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>2017-12-21 13:17:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-21 13:17:34 +0300
commit9f0d067c2e9c8dcb4c40b880b0bbcf8ad31b1f55 (patch)
tree33a66b8fa1aa6a4cd76b64e835819743ff05a9fa /source/blender/depsgraph/DEG_depsgraph_debug.h
parente3ef782af5d5255093d00cdc261d93dd3d8a5c40 (diff)
parentf6b2fbb02922e9c303b95ffbdd93cd047a640338 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_debug.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph_debug.h b/source/blender/depsgraph/DEG_depsgraph_debug.h
index bd03874436b..93487cce645 100644
--- a/source/blender/depsgraph/DEG_depsgraph_debug.h
+++ b/source/blender/depsgraph/DEG_depsgraph_debug.h
@@ -53,7 +53,7 @@ void DEG_stats_simple(const struct Depsgraph *graph,
/* ************************************************ */
/* Diagram-Based Graph Debugging */
-void DEG_debug_graphviz(const struct Depsgraph *graph, FILE *stream, const char *label, bool show_eval);
+void DEG_debug_graphviz(const struct Depsgraph *graph, FILE *stream, const char *label);
/* ************************************************ */