[Bf-blender-cvs] [4c2ba8e] master: Correct error in own recent commit

Campbell Barton noreply at git.blender.org
Thu Jan 16 10:54:51 CET 2014


Commit: 4c2ba8e93696f13aa09387f85a444449f7f81354
Author: Campbell Barton
Date:   Thu Jan 16 20:52:30 2014 +1100
https://developer.blender.org/rB4c2ba8e93696f13aa09387f85a444449f7f81354

Correct error in own recent commit

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

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 220d26c..8afd560 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;
 }
 
-bool outliner_has_one_flag(SpaceOops *soops, ListBase *lb, short flag, const int curlevel)
+int 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