From a5e77e37537e4067c89c84e1a3a66f9f61845de3 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sun, 26 Aug 2012 07:27:51 +0000 Subject: Compiling fix for Windows+Mingw: "Ambiguous" use of IStream --- source/blender/imbuf/intern/openexr/openexr_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf') 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) -- cgit v1.2.3