freebsd-ports/graphics/inkscape/files/patch-src::module.c
Alexander Nedotsukov ac0f2649ee - Enable GNOME printing support.
- Fix PLIST.
2003-12-11 15:36:02 +00:00

20 lines
693 B
C

--- src/module.c.orig Fri Dec 12 00:10:31 2003
+++ src/module.c Fri Dec 12 00:14:45 2003
@@ -38,7 +38,7 @@
static void sp_module_private_build (SPModule *module, SPRepr *repr);
static void sp_module_load_default (SPModule * module);
static void sp_module_unload_default (SPModule * module);
-static SPModule * sp_module_new (GType type, SPRepr *repr);
+SPModule * sp_module_new (GType type, SPRepr *repr);
/**
\var module_parent_class
@@ -283,7 +283,7 @@
A reference to the SPRepr structure is added in this function so it
should not need to be added by each individual subclass.
*/
-static SPModule *
+SPModule *
sp_module_new (GType type, SPRepr *repr)
{
SPModule *module;