diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-08-02 14:13:52 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-08-02 14:13:52 +0000 |
| commit | ccc1eda3878a76a3266ab29fc5f0d9b3b259d305 (patch) | |
| tree | 940839115a6066841e1b381e343e3244bb90519a /src/live_effects | |
| parent | Fixed bugs in branch review and updated to new api (diff) | |
| parent | Fixed some typos in bsector and bspline (diff) | |
| download | inkscape-ccc1eda3878a76a3266ab29fc5f0d9b3b259d305.tar.gz inkscape-ccc1eda3878a76a3266ab29fc5f0d9b3b259d305.zip | |
update to trunk
(bzr r13879.1.21)
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-angle_bisector.cpp | 2 | ||||
| -rw-r--r-- | src/live_effects/lpe-bspline.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/lpe-angle_bisector.cpp b/src/live_effects/lpe-angle_bisector.cpp index 95a81c763..900d29e3a 100644 --- a/src/live_effects/lpe-angle_bisector.cpp +++ b/src/live_effects/lpe-angle_bisector.cpp @@ -38,7 +38,7 @@ public: virtual Geom::Point knot_get() const; }; -} // namespace TtC +} // namespace AB LPEAngleBisector::LPEAngleBisector(LivePathEffectObject *lpeobject) : Effect(lpeobject), diff --git a/src/live_effects/lpe-bspline.cpp b/src/live_effects/lpe-bspline.cpp index c2a2d080e..6575700c7 100644 --- a/src/live_effects/lpe-bspline.cpp +++ b/src/live_effects/lpe-bspline.cpp @@ -245,6 +245,7 @@ LPEBSpline::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom:: { hp_vec.push_back(hp); } + Gtk::Widget *LPEBSpline::newWidget() { // use manage here, because after deletion of Effect object, others might |
