[Bf-blender-cvs] [860642aba15] blender2.8: Error in last commit

Campbell Barton noreply at git.blender.org
Mon Apr 23 20:29:50 CEST 2018


Commit: 860642aba15202989c36b918489223887dd2c518
Author: Campbell Barton
Date:   Mon Apr 23 20:29:40 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB860642aba15202989c36b918489223887dd2c518

Error in last commit

===================================================================

M	source/blender/blenkernel/BKE_icons.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_icons.h b/source/blender/blenkernel/BKE_icons.h
index ffcbd231524..766704b8f9c 100644
--- a/source/blender/blenkernel/BKE_icons.h
+++ b/source/blender/blenkernel/BKE_icons.h
@@ -151,6 +151,7 @@ void BKE_previewimg_cached_release(const char *name);
 void BKE_previewimg_cached_release_pointer(struct PreviewImage *prv);
 
 int BKE_icon_geom_ensure(struct Icon_Geom *geom);
+struct Icon_Geom *BKE_icon_geom_from_memory(const uchar *data, size_t data_len);
 struct Icon_Geom *BKE_icon_geom_from_file(const char *filename);
 
 struct ImBuf *BKE_icon_geom_rasterize(



More information about the Bf-blender-cvs mailing list