From: miklosh Date: Sun, 1 Oct 2006 16:36:26 +0000 (+0000) Subject: Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pair X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f6a2dd68517ddb25100f80a0b676930c5ee12aef;p=inkscape.git Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pair --- diff --git a/src/extension/internal/cairo-png-out.h b/src/extension/internal/cairo-png-out.h index fe02bc183..207786c88 100644 --- a/src/extension/internal/cairo-png-out.h +++ b/src/extension/internal/cairo-png-out.h @@ -16,6 +16,8 @@ #include "extension/implementation/implementation.h" +#ifdef HAVE_CAIRO_PDF + namespace Inkscape { namespace Extension { namespace Internal { @@ -32,6 +34,8 @@ public: } } } /* namespace Inkscape, Extension, Implementation */ +#endif /* HAVE_CAIRO_PDF */ + #endif /* !EXTENSION_INTERNAL_CAIRO_PNG_OUT_H */ /*