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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to