Code

* INTL - fixed: "Crop to" dropdown strings not translated for PDF Import
[inkscape.git] / src / extension / internal / cairo-renderer.h
index 7ce30b9ecf280426eadac05dc3d2707f466ddcd5..4056a8697dbd5d2026798458af68c111720b01e7 100644 (file)
@@ -17,8 +17,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_CAIRO_PDF
-
 #include "extension/extension.h"
 #include <set>
 #include <string>
@@ -42,7 +40,7 @@ class CairoRenderContext;
 class CairoRenderer {
 public:
     CairoRenderer(void);
-    ~CairoRenderer(void);
+    virtual ~CairoRenderer(void);
     
     CairoRenderContext *createContext(void);
     void destroyContext(CairoRenderContext *ctx);
@@ -69,8 +67,6 @@ void calculatePreserveAspectRatio(unsigned int aspect_align, unsigned int aspect
 }  /* namespace Extension */
 }  /* namespace Inkscape */
 
-#endif /* HAVE_CAIRO_PDF */
-
 #endif /* !EXTENSION_INTERNAL_CAIRO_RENDERER_H_SEEN */
 
 /*