diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-11-04 07:22:23 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-11-04 07:22:23 +0000 |
| commit | 220136e32a951dffe05ab4c3a117d67f4540680c (patch) | |
| tree | 00738e1584136c324f4424957f264f10840fbd40 /src/sp-line.cpp | |
| parent | Add virtual to a lot of the destructors. Note: perhaps it will have to be rev... (diff) | |
| download | inkscape-220136e32a951dffe05ab4c3a117d67f4540680c.tar.gz inkscape-220136e32a951dffe05ab4c3a117d67f4540680c.zip | |
Warning cleanup
(bzr r4025)
Diffstat (limited to 'src/sp-line.cpp')
| -rw-r--r-- | src/sp-line.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-line.cpp b/src/sp-line.cpp index f63dfd323..9be7cf928 100644 --- a/src/sp-line.cpp +++ b/src/sp-line.cpp @@ -184,9 +184,9 @@ sp_line_write (SPObject *object, Inkscape::XML::Node *repr, guint flags) } static gchar * -sp_line_description(SPItem *item) +sp_line_description(SPItem */*item*/) { - return g_strdup(_("<b>Line</b>")); + return g_strdup(_("<b>Line</b>")); } static NR::Matrix |
