[poppler] poppler/ArthurOutputDev.h
Pino Toscano
pino at kemper.freedesktop.org
Sat Feb 2 03:58:16 PST 2008
poppler/ArthurOutputDev.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4e0bb0307fccefc21f74a4c5a3a0d7e8e687b550
Author: Pino Toscano <pino at draco.(none)>
Date: Sat Feb 2 12:57:25 2008 +0100
Fix include guard.
diff --git a/poppler/ArthurOutputDev.h b/poppler/ArthurOutputDev.h
index 667e3b9..f71806f 100644
--- a/poppler/ArthurOutputDev.h
+++ b/poppler/ArthurOutputDev.h
@@ -7,8 +7,8 @@
//
//========================================================================
-#ifndef CAIROOUTPUTDEV_H
-#define CAIROOUTPUTDEV_H
+#ifndef ARTHUROUTPUTDEV_H
+#define ARTHUROUTPUTDEV_H
#ifdef USE_GCC_PRAGMAS
#pragma interface
More information about the poppler
mailing list