summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5efe91c)
raw | patch | inline | side by side (parent: 5efe91c)
author | Diederik van Lierop <mailat-signdiedenrezidotnl> | |
Sun, 10 Jan 2010 13:33:03 +0000 (14:33 +0100) | ||
committer | Diederik van Lierop <mailat-signdiedenrezidotnl> | |
Sun, 10 Jan 2010 13:33:03 +0000 (14:33 +0100) |
src/snap-candidate.h | patch | blob | history |
diff --git a/src/snap-candidate.h b/src/snap-candidate.h
index 39386c1ee4df98d905b8ccab2f59e12c209928a4..13f1d069cc1c6d1c30f04c03bf0149cb15e4c610 100644 (file)
--- a/src/snap-candidate.h
+++ b/src/snap-candidate.h
class SnapCandidateItem
{
public:
- SnapCandidateItem(SPItem* item, bool clip_or_mask, Geom::Matrix _additional_affine)
+ SnapCandidateItem(SPItem* item, bool clip_or_mask, Geom::Matrix additional_affine)
: item(item), clip_or_mask(clip_or_mask), additional_affine(additional_affine) {}
~SnapCandidateItem() {};