[Poppler-bugs] [Bug 24567] New: Constructor DCTStream

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 16 01:55:15 PDT 2009


http://bugs.freedesktop.org/show_bug.cgi?id=24567

           Summary: Constructor DCTStream
           Product: poppler
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
        AssignedTo: poppler-bugs at lists.freedesktop.org
        ReportedBy: glenn.ganz at uptime.ch


The constructor DCTStream in file poppler/Stream.cc at line 2003 is wrong
defined (not as defined in Stream.h). Should be 

DCTStream::DCTStream(Stream *strA, int colorXformA):

is

DCTStream::DCTStream(Stream *strA, GBool colorXformA):


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list