Bug 24567 - Constructor DCTStream
Summary: Constructor DCTStream
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-16 01:55 UTC by Glenn Ganz
Modified: 2009-10-16 11:57 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Glenn Ganz 2009-10-16 01:55:14 UTC
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):
Comment 1 Albert Astals Cid 2009-10-16 11:57:08 UTC
fixed, thanks for the report


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.