poppler/Stream.cc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 675ef2bda3c4e06b39e2ba09b3b19d99cfb001b6
Author: Oliver Sander <[email protected]>
Date:   Thu Feb 23 23:22:50 2012 +0100

    Compile

diff --git a/poppler/Stream.cc b/poppler/Stream.cc
index d5f4e0c..04aac31 100644
--- a/poppler/Stream.cc
+++ b/poppler/Stream.cc
@@ -24,6 +24,7 @@
 // Copyright (C) 2010 Tomas Hoger <[email protected]>
 // Copyright (C) 2011 William Bader <[email protected]>
 // Copyright (C) 2012 Thomas Freitag <[email protected]>
+// Copyright (C) 2012 Oliver Sander <[email protected]>
 //
 // To see a description of the changes please see the Changelog file that
 // came with your tarball or type make ChangeLog if you are building from git
@@ -2343,7 +2344,7 @@ DCTStream::~DCTStream() {
 
 void DCTStream::dctReset(GBool unfiltered) {
   if (unfiltered)
-    str->unfilteredReset()
+    str->unfilteredReset();
   else
     str->reset();
 
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to