summaryrefslogtreecommitdiffstats
path: root/src/livarot/Shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/livarot/Shape.cpp')
-rw-r--r--src/livarot/Shape.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/livarot/Shape.cpp b/src/livarot/Shape.cpp
index ab93486e5..628e0fe9f 100644
--- a/src/livarot/Shape.cpp
+++ b/src/livarot/Shape.cpp
@@ -20,7 +20,12 @@
*/
Shape::Shape()
- : qrsData(NULL),
+ : nbQRas(0),
+ firstQRas(-1),
+ lastQRas(-1),
+ qrsData(NULL),
+ nbInc(0),
+ maxInc(0),
iData(NULL),
sTree(NULL),
sEvts(NULL),