summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/filletchamferpointarray.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-08 14:02:13 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-08 14:02:13 +0000
commitbea7e07d1d0a1bc84fdc20819ffe85cc49e4584b (patch)
tree49ffa8f6fe4de1b0a233c9a77428120d0426df6c /src/live_effects/parameter/filletchamferpointarray.cpp
parentadd interactive smooth to pen tool (diff)
parentUpdate simplify and bspline to auto size some helper paths based on current zoom (diff)
downloadinkscape-bea7e07d1d0a1bc84fdc20819ffe85cc49e4584b.tar.gz
inkscape-bea7e07d1d0a1bc84fdc20819ffe85cc49e4584b.zip
update to trunk
(bzr r13973.1.2)
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 2ebe11b4b..e9d375b93 100644
--- a/src/live_effects/parameter/filletchamferpointarray.cpp
+++ b/src/live_effects/parameter/filletchamferpointarray.cpp
@@ -354,7 +354,7 @@ void FilletChamferPointArrayParam::set_pwd2(
last_pwd2_normal = pwd2_normal_in;
}
-void FilletChamferPointArrayParam::set_document_unit(Glib::ustring const * value_document_unit)
+void FilletChamferPointArrayParam::set_document_unit(Glib::ustring value_document_unit)
{
documentUnit = value_document_unit;
}