[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50213] trunk/blender/source/blender/imbuf /intern/openexr/openexr_api.cpp: Compiling fix for Windows+Mingw: " Ambiguous" use of IStream

Joshua Leung aligorith at gmail.com
Sun Aug 26 09:27:52 CEST 2012


Revision: 50213
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50213
Author:   aligorith
Date:     2012-08-26 07:27:51 +0000 (Sun, 26 Aug 2012)
Log Message:
-----------
Compiling fix for Windows+Mingw: "Ambiguous" use of IStream

Modified Paths:
--------------
    trunk/blender/source/blender/imbuf/intern/openexr/openexr_api.cpp

Modified: trunk/blender/source/blender/imbuf/intern/openexr/openexr_api.cpp
===================================================================
--- trunk/blender/source/blender/imbuf/intern/openexr/openexr_api.cpp	2012-08-25 23:05:59 UTC (rev 50212)
+++ trunk/blender/source/blender/imbuf/intern/openexr/openexr_api.cpp	2012-08-26 07:27:51 UTC (rev 50213)
@@ -153,7 +153,7 @@
 
 /* File Input Stream */
 
-class IFileStream : public IStream
+class IFileStream : public Imf::IStream
 {
 public:
 	IFileStream(const char *filename)




More information about the Bf-blender-cvs mailing list