Code

r11146@tres: ted | 2006-03-27 22:27:01 -0800
[inkscape.git] / src / extension / patheffect.cpp
index 80815c5d08508700eeea21a650234affcf6b86a2..9e94a565459df186f8957d202fff0af097e25928 100644 (file)
@@ -23,8 +23,8 @@ PathEffect::~PathEffect (void)
 
 }
 
-gchar *
-PathEffect::processPath (gchar * path_data, gchar * pressure, gchar * tilt)
+void
+PathEffect::processPath (Inkscape::XML::Node * node)
 {