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>2015-03-10 15:40:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-12 16:41:21 +0300
commitb007fa41c6193ab2dc629a4fc40c48010cfc79ac (patch)
tree6b1933d03002ce07ef79231c42720eeeac4004f6 /source/blender/blenloader/intern/readfile.h
parent03c77fbb99fccfc6b1c39264f6b86f9cdcfa09f7 (diff)
Cleanup: use POINTER_OFFSET macro
Diffstat (limited to 'source/blender/blenloader/intern/readfile.h')
-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 2b40accbf21..281b5e56acf 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -146,7 +146,7 @@ BHead *blo_firstbhead(FileData *fd);
BHead *blo_nextbhead(FileData *fd, BHead *thisblock);
BHead *blo_prevbhead(FileData *fd, BHead *thisblock);
-char *bhead_id_name(FileData *fd, BHead *bhead);
+const char *bhead_id_name(const FileData *fd, const BHead *bhead);
/* do versions stuff */