]> git.pld-linux.org Git - packages/inkscape.git/blob - inkscape-gnome_print_compile.patch
- fix compilation with gnome print (already in inkscape cvs)
[packages/inkscape.git] / inkscape-gnome_print_compile.patch
1 --- inkscape-0.41/src/extension/internal/gnome.cpp.orig 2004-12-28 18:41:54.000000000 +0100
2 +++ inkscape-0.41/src/extension/internal/gnome.cpp      2005-02-14 02:46:48.614262360 +0100
3 @@ -392,6 +392,12 @@
4         return;
5  }
6  
7 +unsigned int PrintGNOME::comment(Inkscape::Extension::Print *mod, char const *comment) {
8 +    return 0;
9 +}
10 +
11 +
12 +
13  }  /* namespace Internal */
14  }  /* namespace Extension */
15  }  /* namespace Inkscape */
This page took 0.02718 seconds and 3 git commands to generate.