diff options
| author | miklosh <miklosh@users.sourceforge.net> | 2006-10-01 16:36:26 +0000 |
|---|---|---|
| committer | miklosh <miklosh@users.sourceforge.net> | 2006-10-01 16:36:26 +0000 |
| commit | ed12e55f248247f494674870fd09f7bb5f44199b (patch) | |
| tree | fe31f7fa6c4a069c24ab50192d639be0799ef8ef /src | |
| parent | While moving or transforming a selected object, the statusbartext with transf... (diff) | |
| download | inkscape-ed12e55f248247f494674870fd09f7bb5f44199b.tar.gz inkscape-ed12e55f248247f494674870fd09f7bb5f44199b.zip | |
Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pair
(bzr r1745)
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/internal/cairo-png-out.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */
/*
|
