summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4869b75)
raw | patch | inline | side by side (parent: 4869b75)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Tue, 2 May 2006 05:23:08 +0000 (05:23 +0000) | ||
committer | gouldtj <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 | patch | blob | history |
diff --git a/src/extension/implementation/implementation.cpp b/src/extension/implementation/implementation.cpp
index ee131dea7c4416cf8c5504c525e41245e8879e45..fe7c034638e9a854c71bd19159dd422deae4d9cf 100644 (file)
void
Implementation::processPath(Inkscape::XML::Node * node)
{
- return g_strdup(path);
+ return;
}
/**