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:
Diffstat (limited to 'source/blender/blenlib/BLI_timecode.h')
-rw-r--r--source/blender/blenlib/BLI_timecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_timecode.h b/source/blender/blenlib/BLI_timecode.h
index 235d928b460..a45613c6b1e 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, const double time_seconds)
+ char *str, const size_t maxlen, const double time_seconds)
ATTR_NONNULL();
size_t BLI_timecode_string_from_time_seconds(