]> git.tokkee.org Git - inkscape.git/commitdiff

Code

Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pair
authormiklosh <miklosh@users.sourceforge.net>
Sun, 1 Oct 2006 16:36:26 +0000 (16:36 +0000)
committermiklosh <miklosh@users.sourceforge.net>
Sun, 1 Oct 2006 16:36:26 +0000 (16:36 +0000)
src/extension/internal/cairo-png-out.h

index fe02bc1835e64131c653b9402aa0902c65ed4e8a..207786c88c765ce4c57eb612052299cde76a2eba 100644 (file)
@@ -16,6 +16,8 @@
 \r
 #include "extension/implementation/implementation.h"\r
 \r
+#ifdef HAVE_CAIRO_PDF\r
+\r
 namespace Inkscape {\r
 namespace Extension {\r
 namespace Internal {\r
@@ -32,6 +34,8 @@ public:
 \r
 } } }  /* namespace Inkscape, Extension, Implementation */\r
 \r
+#endif /* HAVE_CAIRO_PDF */\r
+\r
 #endif /* !EXTENSION_INTERNAL_CAIRO_PNG_OUT_H */\r
 \r
 /*\r