diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2012-10-04 01:47:32 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2012-10-04 01:47:32 +0000 |
| commit | 864134765a33823e2040c012ec383bebd7dd5743 (patch) | |
| tree | c96543a601418602694e3222b11151264e52d96a /src/extension/internal/svg.cpp | |
| parent | code cleanup: add own includes to cpp files or make the functions static if t... (diff) | |
| download | inkscape-864134765a33823e2040c012ec383bebd7dd5743.tar.gz inkscape-864134765a33823e2040c012ec383bebd7dd5743.zip | |
code cleanup: make more functions static or include their own headers.
(bzr r11736)
Diffstat (limited to 'src/extension/internal/svg.cpp')
| -rw-r--r-- | src/extension/internal/svg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/svg.cpp b/src/extension/internal/svg.cpp index 9b1098afd..8b272af60 100644 --- a/src/extension/internal/svg.cpp +++ b/src/extension/internal/svg.cpp @@ -44,7 +44,7 @@ using Inkscape::XML::Node; -void pruneExtendedAttributes( Inkscape::XML::Node *repr ) +static void pruneExtendedAttributes( Inkscape::XML::Node *repr ) { if (repr) { if ( repr->type() == Inkscape::XML::ELEMENT_NODE ) { |
