diff options
| author | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-01-10 13:33:03 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-01-10 13:33:03 +0000 |
| commit | d939fa443a3e7ab3546f3a454b181c86ad3956c8 (patch) | |
| tree | 7c34b47824c1d8560c40174432f78761bd2a1856 /src/snap-candidate.h | |
| parent | Completed base code to flip toolbox orientation. (diff) | |
| download | inkscape-d939fa443a3e7ab3546f3a454b181c86ad3956c8.tar.gz inkscape-d939fa443a3e7ab3546f3a454b181c86ad3956c8.zip | |
Fix typo
(bzr r8964)
Diffstat (limited to 'src/snap-candidate.h')
| -rw-r--r-- | src/snap-candidate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap-candidate.h b/src/snap-candidate.h index 39386c1ee..13f1d069c 100644 --- a/src/snap-candidate.h +++ b/src/snap-candidate.h @@ -113,7 +113,7 @@ private: 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() {}; |
