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>2011-02-12 12:09:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-12 12:09:52 +0300
commit5af9e5fda96bbf47ebf6bb5cfdd6b67bcbb365cb (patch)
treefa3ee54a8e2f344013870983f4e308f53c3ea999 /source/blender/imbuf/IMB_thumbs.h
parente70ca00f71c8f6f3be218e9113b714df25e33deb (diff)
- resource leak in pointcache, opendir without closedir()
- reading pointcache was using an incorrect, always NULL variable. - commented NDof code, was giving warnings and isnt used now.
Diffstat (limited to 'source/blender/imbuf/IMB_thumbs.h')
-rw-r--r--source/blender/imbuf/IMB_thumbs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/imbuf/IMB_thumbs.h b/source/blender/imbuf/IMB_thumbs.h
index cae6edaefee..02f8e1567bf 100644
--- a/source/blender/imbuf/IMB_thumbs.h
+++ b/source/blender/imbuf/IMB_thumbs.h
@@ -75,6 +75,9 @@ void IMB_thumb_makedirs(void);
ImBuf *IMB_loadblend_thumb(const char *path);
void IMB_overlayblend_thumb(unsigned int *thumb, int width, int height, float aspect);
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
#endif /* _IMB_THUMBS_H */