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>2003-07-17 18:19:55 +0400
committerKent Mein <mein@cs.umn.edu>2003-07-17 18:19:55 +0400
commitd0c6cf775888b9d367a63e94a14de1ca2367a6fc (patch)
treea4246c8bdaee8250f551c6ce71ced72746656f6e /source/blender/include/BSE_filesel.h
parentc38faa3c1fd07bcf8d0f38f909aa804dfa9abb09 (diff)
Fixed a couple more warnings.
Kent
Diffstat (limited to 'source/blender/include/BSE_filesel.h')
-rw-r--r--source/blender/include/BSE_filesel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BSE_filesel.h b/source/blender/include/BSE_filesel.h
index 084ca63778f..f76f5e11258 100644
--- a/source/blender/include/BSE_filesel.h
+++ b/source/blender/include/BSE_filesel.h
@@ -38,6 +38,7 @@ struct SpaceFile;
struct direntry;
struct ID;
struct ScrArea;
+struct BWinEvent;
void clear_global_filesel_vars(void);
void filesel_statistics(struct SpaceFile *sfile, int *totfile, int *selfile, float *totlen, float *sellen);