[Bf-blender-cvs] [4f87ca4] master: Compilation error fix: mismatch declaration

Sergey Sharybin noreply at git.blender.org
Thu Jan 16 10:05:48 CET 2014


Commit: 4f87ca47a6daf7e748ed0f1f078c884a052ba7da
Author: Sergey Sharybin
Date:   Thu Jan 16 15:05:04 2014 +0600
https://developer.blender.org/rB4f87ca47a6daf7e748ed0f1f078c884a052ba7da

Compilation error fix: mismatch declaration

===================================================================

M	source/blender/editors/space_outliner/outliner_edit.c

===================================================================

diff --git a/source/blender/editors/space_outliner/outliner_edit.c b/source/blender/editors/space_outliner/outliner_edit.c
index 8afd560..220d26c 100644
--- a/source/blender/editors/space_outliner/outliner_edit.c
+++ b/source/blender/editors/space_outliner/outliner_edit.c
@@ -320,7 +320,7 @@ static int outliner_count_levels(SpaceOops *soops, ListBase *lb, const int curle
 	return level;
 }
 
-int outliner_has_one_flag(SpaceOops *soops, ListBase *lb, short flag, const int curlevel)
+bool outliner_has_one_flag(SpaceOops *soops, ListBase *lb, short flag, const int curlevel)
 {
 	TreeElement *te;
 	TreeStoreElem *tselem;




More information about the Bf-blender-cvs mailing list