From c15ce9885fe6e8b727a55965f66da86f81b1bccf Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 24 Feb 2014 15:22:20 +0000 Subject: [PATCH] Expose HierarchyMatchFlags to Python --- panda/src/chan/partGroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/chan/partGroup.h b/panda/src/chan/partGroup.h index a32540bb86..1ba23978d9 100644 --- a/panda/src/chan/partGroup.h +++ b/panda/src/chan/partGroup.h @@ -43,7 +43,7 @@ class AnimChannelBase; // MovingPart. It defines a hierarchy of MovingParts. //////////////////////////////////////////////////////////////////// class EXPCL_PANDA_CHAN PartGroup : public TypedWritableReferenceCount, public Namable { -public: +PUBLISHED: // This enum defines bits which may be passed into check_hierarchy() // and PartBundle::bind_anim() to allow an inexact match of channel // hierarchies. This specifies conditions that we don't care about