Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1849 - trunk/Image


Chronological Thread 
  • From: arobison@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1849 - trunk/Image
  • Date: Wed, 14 Nov 2007 02:45:07 -0700 (MST)

Author: arobison
Date: Wed Nov 14 02:45:06 2007
New Revision: 1849

Modified:
   trunk/Image/EXRFile.cc
Log:
Fixing function prototype.


Modified: trunk/Image/EXRFile.cc
==============================================================================
--- trunk/Image/EXRFile.cc      (original)
+++ trunk/Image/EXRFile.cc      Wed Nov 14 02:45:06 2007
@@ -204,7 +204,7 @@
 }
 
 
-Image* EXR::InputFile::getImage()
+Image* EXR::InputFile::getImage() const
 {
   if (_rgbas) {
 




  • [Manta] r1849 - trunk/Image, arobison, 11/14/2007

Archive powered by MHonArc 2.6.16.

Top of page