summaryrefslogtreecommitdiffstats
path: root/graphics/inkscape/files/patch-src::extension::internal::gnome.cpp
blob: bc44302eb7c80cc65afa499db52ad00e756308b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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,