summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-04-02 22:01:17 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-04-02 22:01:17 +0000
commit8970eb01735453cd35d4d163891e97dc0cf31a2b (patch)
treef2dc024058dbf748d4c9060e582a7d4aec3560c2 /src
parentmore restrictive definition of parentContour. (Bug 499744) (diff)
downloadinkscape-8970eb01735453cd35d4d163891e97dc0cf31a2b.tar.gz
inkscape-8970eb01735453cd35d4d163891e97dc0cf31a2b.zip
inicialice a header variable
(bzr r14041)
Diffstat (limited to 'src')
-rw-r--r--src/ui/tool/path-manipulator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp
index ccf75dcde..dbae69f2c 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -124,6 +124,7 @@ PathManipulator::PathManipulator(MultiPathManipulator &mpm, SPPath *path,
, _show_path_direction(false)
, _live_outline(true)
, _live_objects(true)
+ , _is_bspline(false)
, _lpe_key(lpe_key)
{
if (_lpe_key.empty()) {