From e8fbaaf071bdffc3cf99751ef0c7acfdc0b129aa Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Thu, 31 Jan 2008 09:36:59 +0000 Subject: [PATCH] Forgot to commit changes in header for previous Action Editor commit --- source/blender/include/BIF_editaction.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/include/BIF_editaction.h b/source/blender/include/BIF_editaction.h index 2f105dccf72..f5c13cac69a 100644 --- a/source/blender/include/BIF_editaction.h +++ b/source/blender/include/BIF_editaction.h @@ -46,6 +46,7 @@ enum { ACTTYPE_GROUP, ACTTYPE_ACHAN, ACTTYPE_CONCHAN, + ACTTYPE_CONCHAN2, ACTTYPE_ICU, ACTTYPE_FILLIPO, ACTTYPE_FILLCON,