summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/filletchamferpointarray.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2016-04-21 06:14:10 +0000
committerJon A. Cruz <jon@joncruz.org>2016-04-21 06:14:10 +0000
commite71c798f2fd8610baaddbb58d103b2ef44d65ccb (patch)
treec9cdc3f3f3619e5212f4113c368899fd41c1d974 /src/live_effects/parameter/filletchamferpointarray.cpp
parentfix #1571365 linking on win32 (diff)
downloadinkscape-e71c798f2fd8610baaddbb58d103b2ef44d65ccb.tar.gz
inkscape-e71c798f2fd8610baaddbb58d103b2ef44d65ccb.zip
minor warning cleanup.
(bzr r14861)
Diffstat (limited to 'src/live_effects/parameter/filletchamferpointarray.cpp')
-rw-r--r--src/live_effects/parameter/filletchamferpointarray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/filletchamferpointarray.cpp b/src/live_effects/parameter/filletchamferpointarray.cpp
index 117d57460..b321a5831 100644
--- a/src/live_effects/parameter/filletchamferpointarray.cpp
+++ b/src/live_effects/parameter/filletchamferpointarray.cpp
@@ -491,7 +491,7 @@ std::vector<double> FilletChamferPointArrayParam::get_times(int index, Geom::Pat
curve_it1 = subpaths[positions.first][positions.second].duplicate();
Coord it1_length = (*curve_it1).length(tolerance);
double time_it1, time_it2, time_it1_B, intpart;
- if(_vector.size() <= index){
+ if (static_cast<int>(_vector.size()) <= index){
std::vector<double> out;
out.push_back(0);
out.push_back(1);