diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-02 08:26:17 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-02 08:26:17 +0000 |
| commit | 122894f12a4f8214207f533ed26569fbab5ac9f7 (patch) | |
| tree | 1b989255a12c84a5a69e47b11eb426f6620a5234 /src/sp-item.cpp | |
| parent | Dutch translation update (diff) | |
| download | inkscape-122894f12a4f8214207f533ed26569fbab5ac9f7.tar.gz inkscape-122894f12a4f8214207f533ed26569fbab5ac9f7.zip | |
Warning cleanup.
(bzr r10655)
Diffstat (limited to 'src/sp-item.cpp')
| -rw-r--r-- | src/sp-item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp index 3ec5f249b..a4d66cf1a 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -846,7 +846,7 @@ unsigned SPItem::pos_in_parent() return 0; } -void SPItem::sp_item_private_snappoints(SPItem const *item, std::vector<Inkscape::SnapCandidatePoint> &p, Inkscape::SnapPreferences const *snapprefs) +void SPItem::sp_item_private_snappoints(SPItem const * /*item*/, std::vector<Inkscape::SnapCandidatePoint> &/*p*/, Inkscape::SnapPreferences const * /*snapprefs*/) { /* This will only be called if the derived class doesn't override this. * see for example sp_genericellipse_snappoints in sp-ellipse.cpp |
