diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-06-12 14:33:41 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-06-12 14:33:41 +0200 |
commit | 1a27c17d4c758ee672360aba0b5a05d54b3d9c41 (patch) | |
tree | a948819afa089c14e0d299363b05b9654fc94651 | |
parent | 943c45de562d5a7faa70c766ae5ae5b2adb86df2 (diff) |
And make it even compile
-rw-r--r-- | src/lib/VSDXContentCollector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/VSDXContentCollector.cpp b/src/lib/VSDXContentCollector.cpp index 6acc4f1..e221dec 100644 --- a/src/lib/VSDXContentCollector.cpp +++ b/src/lib/VSDXContentCollector.cpp @@ -1432,6 +1432,7 @@ void libvisio::VSDXContentCollector::collectNURBSTo(unsigned /* id */, unsigned { double tmpBack = knotVector.back(); knotVector.push_back(tmpBack); + } // Convert control points to static co-ordinates for (std::vector<std::pair<double, double> >::iterator it = controlPoints.begin(); |