Code

r11149@tres: ted | 2006-03-27 22:31:24 -0800
authorgouldtj <gouldtj@users.sourceforge.net>
Tue, 2 May 2006 05:23:08 +0000 (05:23 +0000)
committergouldtj <gouldtj@users.sourceforge.net>
Tue, 2 May 2006 05:23:08 +0000 (05:23 +0000)
 Change the prototype, need to change what you're doing with it.

src/extension/implementation/implementation.cpp

index ee131dea7c4416cf8c5504c525e41245e8879e45..fe7c034638e9a854c71bd19159dd422deae4d9cf 100644 (file)
@@ -153,7 +153,7 @@ Implementation::text(Inkscape::Extension::Print *module, char const *text,
 void
 Implementation::processPath(Inkscape::XML::Node * node)
 {
-    return g_strdup(path);
+    return;
 }
 
 /**