summaryrefslogtreecommitdiffstats
path: root/src/snap-candidate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snap-candidate.h')
-rw-r--r--src/snap-candidate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/snap-candidate.h b/src/snap-candidate.h
index a0fc3290c..5c2834403 100644
--- a/src/snap-candidate.h
+++ b/src/snap-candidate.h
@@ -42,11 +42,11 @@ public:
_target_bbox = Geom::OptRect();
}
- SnapCandidatePoint(Geom::Point const &point, Inkscape::SnapSourceType const source, long const source_num = 0)
+ SnapCandidatePoint(Geom::Point const &point, Inkscape::SnapSourceType const source)
: _point(point),
_source_type(source),
_target_type(Inkscape::SNAPTARGET_UNDEFINED),
- _source_num(source_num)
+ _source_num(0)
{
_target_bbox = Geom::OptRect();
}