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:
authorJoshua Leung <aligorith@gmail.com>2012-08-26 11:27:51 +0400
committerJoshua Leung <aligorith@gmail.com>2012-08-26 11:27:51 +0400
commita5e77e37537e4067c89c84e1a3a66f9f61845de3 (patch)
tree1647dc3966a908e11e731dd5f27ed53615c2d77e /source/blender/imbuf
parent2ec75c310413434bd6b6c3d8bebe2668c285c2f0 (diff)
Compiling fix for Windows+Mingw: "Ambiguous" use of IStream
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/openexr/openexr_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/openexr/openexr_api.cpp b/source/blender/imbuf/intern/openexr/openexr_api.cpp
index 34afdda0177..26aab29b8dd 100644
--- a/source/blender/imbuf/intern/openexr/openexr_api.cpp
+++ b/source/blender/imbuf/intern/openexr/openexr_api.cpp
@@ -153,7 +153,7 @@ void Mem_IStream::clear()
/* File Input Stream */
-class IFileStream : public IStream
+class IFileStream : public Imf::IStream
{
public:
IFileStream(const char *filename)