From e4b716a03f75e4ca99af246b340e9f74ac80ebef Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 25 Jul 2015 07:40:02 +1000 Subject: Cleanup: warnings, style --- source/blender/blenlib/BLI_timecode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_timecode.h') diff --git a/source/blender/blenlib/BLI_timecode.h b/source/blender/blenlib/BLI_timecode.h index 8f88b555095..235d928b460 100644 --- a/source/blender/blenlib/BLI_timecode.h +++ b/source/blender/blenlib/BLI_timecode.h @@ -39,7 +39,7 @@ size_t BLI_timecode_string_from_time( ATTR_NONNULL(); size_t BLI_timecode_string_from_time_simple( - char *str, size_t maxlen, double time_seconds) + char *str, size_t maxlen, const double time_seconds) ATTR_NONNULL(); size_t BLI_timecode_string_from_time_seconds( -- cgit v1.2.3