From 5a093689570d27df5ecd7394284a670fc32234b5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 19 Nov 2010 02:14:18 +0000 Subject: use 'const char *' for imbuf and file ops. --- source/blender/quicktime/quicktime_import.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/quicktime/quicktime_import.h') diff --git a/source/blender/quicktime/quicktime_import.h b/source/blender/quicktime/quicktime_import.h index 150aa07b1c2..bfc71b65127 100644 --- a/source/blender/quicktime/quicktime_import.h +++ b/source/blender/quicktime/quicktime_import.h @@ -62,7 +62,7 @@ char *get_valid_qtname(char *name); // quicktime movie import functions -int anim_is_quicktime (char *name); +int anim_is_quicktime (const char *name); int startquicktime (struct anim *anim); void free_anim_quicktime (struct anim *anim); ImBuf *qtime_fetchibuf (struct anim *anim, int position); -- cgit v1.2.3