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:
authorCampbell Barton <ideasman42@gmail.com>2016-07-21 04:49:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-07-21 04:52:41 +0300
commitecd33bacf0992d67bbad8e2c70996639837503b1 (patch)
tree1c3c46e3662a48c271114837ecd53e729fae7aa6 /source/blender/blenloader
parent1c6b8c6675b060bbdcbe40c2224e916536c00b49 (diff)
Cleanup: use const, move comments to enum
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h
index b054cd0031d..7719aaa2b0d 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -75,7 +75,7 @@ typedef struct FileData {
// general reading variables
struct SDNA *filesdna;
const struct SDNA *memsdna;
- char *compflags; /* array of eSDNA_StructCompare */
+ const char *compflags; /* array of eSDNA_StructCompare */
int fileversion;
int id_name_offs; /* used to retrieve ID names from (bhead+1) */