summaryrefslogtreecommitdiff
path: root/graphics/inkscape/files/patch-src::extension::internal::gnome.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/inkscape/files/patch-src::extension::internal::gnome.cpp')
-rw-r--r--graphics/inkscape/files/patch-src::extension::internal::gnome.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/inkscape/files/patch-src::extension::internal::gnome.cpp b/graphics/inkscape/files/patch-src::extension::internal::gnome.cpp
new file mode 100644
index 000000000000..bc44302eb7c8
--- /dev/null
+++ b/graphics/inkscape/files/patch-src::extension::internal::gnome.cpp
@@ -0,0 +1,16 @@
+--- src/extension/internal/gnome.cpp.orig Fri Feb 18 02:44:53 2005
++++ src/extension/internal/gnome.cpp Fri Feb 18 02:45:56 2005
+@@ -183,6 +183,13 @@
+ return 0;
+ }
+
++unsigned int PrintGNOME::comment (Inkscape::Extension::Print * module,
++ const char * comment)
++{
++ // ignore comment
++ return 0;
++}
++
+ unsigned int
+ PrintGNOME::fill(Inkscape::Extension::Print *mod,
+ NRBPath const *bpath, NRMatrix const *ctm, SPStyle const *style,