diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-03-01 09:09:39 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-03-01 09:09:39 +0000 |
| commit | d97e88a26859a911564a285d078222cbc2d612a3 (patch) | |
| tree | 2ea7cf74ec28a3f526b1dbd89b99728c2972f7d6 /src/extension/patheffect.cpp | |
| parent | Fix to check for out of bounds index *before* using the array index (diff) | |
| download | inkscape-d97e88a26859a911564a285d078222cbc2d612a3.tar.gz inkscape-d97e88a26859a911564a285d078222cbc2d612a3.zip | |
Warning and whitespace cleanup
(bzr r4914)
Diffstat (limited to 'src/extension/patheffect.cpp')
| -rw-r--r-- | src/extension/patheffect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/patheffect.cpp b/src/extension/patheffect.cpp index e45d0b255..8e3fc13f1 100644 --- a/src/extension/patheffect.cpp +++ b/src/extension/patheffect.cpp @@ -28,7 +28,7 @@ PathEffect::~PathEffect (void) } void -PathEffect::processPath (SPDocument * doc, Inkscape::XML::Node * path, Inkscape::XML::Node * def) +PathEffect::processPath (SPDocument * /*doc*/, Inkscape::XML::Node * /*path*/, Inkscape::XML::Node * /*def*/) { |
