Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-08-17 03:06:16 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2009-08-17 03:06:16 +0400
commit66c916138adb6b6febbe6c55bf1fc87a09152865 (patch)
treec9b7f567a8b5c56f1b563edbcd90b84013f015ea /source/blender/editors/include
parentd35a42d3e6de9666380db5ddc2b6ede60438beac (diff)
2.5:
* Fixed a few warnings (unused vars, missing forward struct)
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_anim_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_anim_api.h b/source/blender/editors/include/ED_anim_api.h
index 879589236ce..179f362b13f 100644
--- a/source/blender/editors/include/ED_anim_api.h
+++ b/source/blender/editors/include/ED_anim_api.h
@@ -46,6 +46,8 @@ struct bActionGroup;
struct FCurve;
struct FModifier;
+struct uiBlock;
+
/* ************************************************ */
/* ANIMATION CHANNEL FILTERING */
/* anim_filter.c */