summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/filletchamferpointarray.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-08 14:00:33 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-08 14:00:33 +0000
commit3f5a54f867784d1606ebd21a804c356cfc6ef6a4 (patch)
treeeb4e459b3d9f12d3a7a03e6d4024b35f3d516afa /src/live_effects/parameter/filletchamferpointarray.h
parentImproved popup mesage to a LPE Simplify parameter (diff)
downloadinkscape-3f5a54f867784d1606ebd21a804c356cfc6ef6a4.tar.gz
inkscape-3f5a54f867784d1606ebd21a804c356cfc6ef6a4.zip
Update simplify and bspline to auto size some helper paths based on current zoom
(bzr r13974)
Diffstat (limited to 'src/live_effects/parameter/filletchamferpointarray.h')
-rw-r--r--src/live_effects/parameter/filletchamferpointarray.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/parameter/filletchamferpointarray.h b/src/live_effects/parameter/filletchamferpointarray.h
index 6e5cce353..7849d5afb 100644
--- a/src/live_effects/parameter/filletchamferpointarray.h
+++ b/src/live_effects/parameter/filletchamferpointarray.h
@@ -53,7 +53,7 @@ public:
virtual void set_helper_size(int hs);
virtual void set_use_distance(bool use_knot_distance);
virtual void set_chamfer_steps(int value_chamfer_steps);
- virtual void set_document_unit(Glib::ustring const * value_document_unit);
+ virtual void set_document_unit(Glib::ustring value_document_unit);
virtual void set_unit(const gchar *abbr);
virtual void addCanvasIndicators(SPLPEItem const *lpeitem,
std::vector<Geom::PathVector> &hp_vec);
@@ -90,7 +90,7 @@ private:
int chamfer_steps;
bool use_distance;
const gchar *unit;
- Glib::ustring const * documentUnit;
+ Glib::ustring documentUnit;
Geom::PathVector hp;
Geom::Piecewise<Geom::D2<Geom::SBasis> > last_pwd2;