diff options
| author | Ted Gould <ted@gould.cx> | 2006-05-02 05:23:08 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-05-02 05:23:08 +0000 |
| commit | 3dde69c1a697c8e353789e0610d6510b3843d821 (patch) | |
| tree | ec0930372cd0d0a42cd08282c2f24f49c48c430c /src/extension/implementation/implementation.cpp | |
| parent | r11148@tres: ted | 2006-03-27 22:30:33 -0800 (diff) | |
| download | inkscape-3dde69c1a697c8e353789e0610d6510b3843d821.tar.gz inkscape-3dde69c1a697c8e353789e0610d6510b3843d821.zip | |
r11149@tres: ted | 2006-03-27 22:31:24 -0800
Change the prototype, need to change what you're doing with it.
(bzr r662)
Diffstat (limited to 'src/extension/implementation/implementation.cpp')
| -rw-r--r-- | src/extension/implementation/implementation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/implementation/implementation.cpp b/src/extension/implementation/implementation.cpp index ee131dea7..fe7c03463 100644 --- a/src/extension/implementation/implementation.cpp +++ b/src/extension/implementation/implementation.cpp @@ -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; } /** |
