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:
authorKent Mein <mein@cs.umn.edu>2005-08-17 21:56:54 +0400
committerKent Mein <mein@cs.umn.edu>2005-08-17 21:56:54 +0400
commit829cb52ac671ab776b56e4b5f859d9baa0368664 (patch)
treecf65660f7b9842ebac8ac3b4b71726406db417f3 /source/blender/blenkernel/BKE_ipo.h
parent72d60d7b6371fa0b3426ea0db3aecb45b9ae7a4a (diff)
Got rid of a couple other warnings, of the form:
struct blah was declared in param list this is probably not what you want... Kent
Diffstat (limited to 'source/blender/blenkernel/BKE_ipo.h')
-rw-r--r--source/blender/blenkernel/BKE_ipo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_ipo.h b/source/blender/blenkernel/BKE_ipo.h
index e0c7fd787bb..4d23be16804 100644
--- a/source/blender/blenkernel/BKE_ipo.h
+++ b/source/blender/blenkernel/BKE_ipo.h
@@ -48,6 +48,7 @@ struct Object;
struct Sequence;
struct ListBase;
struct BezTriple;
+struct ID;
/* struct IPO_Channel; */
float frame_to_float(int cfra);