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/readblenfile/BLO_readblenfile.h')
-rw-r--r--source/blender/readblenfile/BLO_readblenfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/readblenfile/BLO_readblenfile.h b/source/blender/readblenfile/BLO_readblenfile.h
index ca8a74abae4..14143db4bc5 100644
--- a/source/blender/readblenfile/BLO_readblenfile.h
+++ b/source/blender/readblenfile/BLO_readblenfile.h
@@ -73,7 +73,7 @@ blo_read_runtime(
struct ReportList *reports);
#define BLO_RESERVEDSIZE 12
-extern char *headerMagic;
+extern const char *headerMagic;
#ifdef __cplusplus
}