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>2010-03-20 19:56:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-20 19:56:52 +0300
commit11b260ee065db2510d5dbf315bed9be0a7bed02b (patch)
treec8cd04c5dd2c15c53491de4e8c9abe56f1ad5918 /source/blender/blenloader/BLO_readfile.h
parent391cc2d004c5fc231ac546d89f64ae4ba5c062c0 (diff)
warning fix
Diffstat (limited to 'source/blender/blenloader/BLO_readfile.h')
-rw-r--r--source/blender/blenloader/BLO_readfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h
index 811b7e88f82..df7cd25a6db 100644
--- a/source/blender/blenloader/BLO_readfile.h
+++ b/source/blender/blenloader/BLO_readfile.h
@@ -205,7 +205,7 @@ int BLO_has_bfile_extension(char *str);
/* return ok when a blenderfile, in dir is the filename,
* in group the type of libdata
*/
-int BLO_is_a_library(char *path, char *dir, char *group);
+int BLO_is_a_library(const char *path, char *dir, char *group);
struct Main* BLO_library_append_begin(const struct bContext *C, BlendHandle** bh, char *dir);
void BLO_library_append_named_part(const struct bContext *C, struct Main *mainl, BlendHandle** bh, char *name, int idcode, short flag);