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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/livarot/Shape.cpp b/src/livarot/Shape.cpp
index 178e8660e..145bbafe5 100644
--- a/src/livarot/Shape.cpp
+++ b/src/livarot/Shape.cpp
@@ -19,10 +19,10 @@
*/
Shape::Shape()
- : iData(NULL),
+ : qrsData(NULL),
+ iData(NULL),
sTree(NULL),
sEvts(NULL),
- qrsData(NULL),
_need_points_sorting(false),
_need_edges_sorting(false),
_has_points_data(false),